- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 266字
- 2021-07-02 12:40:26
Preface
This book explores methodologies for developing a scalable, modern web application using cutting-edge, frontend technologies. It is intended for web developers, frontend developers, and novice programmers who want to use React and Redux to develop a modern web application. In this book, we will show you how you can integrate Redux with React and other frontend JavaScript frameworks efficiently, and manage application states effectively. Finally, we will explore the architecture of Redux Saga and see how Saga can be used in handling side effects.
We will follow the TDD (test-driven development) paradigm in this book, where we test each piece of code we develop. We will use the JEST framework for testing. In addition to this, we will learn about advanced debugging techniques using Redux Dev tools. In this book, we will build a simple, multilingual hospital management system to perform CRUD (Create, Read, Update, and Delete) on users. We will use React to build interactive user interfaces, and we will utilize Redux Form and Ant Design to exploit user interfaces to meet our needs. Finally, we will explore using styled-components to include CSS in our application.
To develop a scalable web application, the project architecture, correct tooling, and utilization of the correct stack is very important. With numerous options, developers easily get confused about the choice of database, the choice of frontend technologies, which type of module bundler to use, and so on. In this book, we will guide users through a single application architecture paradigm using cutting edge technology, including ReactJS with Redux for state management, and Redux Saga for handling side effects.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項目實戰(zhàn)
- Learning Cython Programming
- Microsoft Dynamics 365 Extensions Cookbook
- ASP.NET Core 2 and Vue.js
- Mastering Python Scripting for System Administrators
- Java設(shè)計模式及實踐
- 深度強(qiáng)化學(xué)習(xí)算法與實踐:基于PyTorch的實現(xiàn)
- Building Serverless Applications with Python
- Android開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- 大數(shù)據(jù)分析與應(yīng)用實戰(zhàn):統(tǒng)計機(jī)器學(xué)習(xí)之?dāng)?shù)據(jù)導(dǎo)向編程
- 西門子S7-200 SMART PLC編程從入門到實踐
- Extreme C
- 零基礎(chǔ)學(xué)C語言程序設(shè)計
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Microsoft HoloLens By Example