- 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.
- Google Apps Script for Beginners
- Hyper-V 2016 Best Practices
- Learning Selenium Testing Tools with Python
- Python高級機器學習
- 老“碼”識途
- Mastering Kali Linux for Web Penetration Testing
- C#應用程序設計教程
- Processing創意編程指南
- Arduino可穿戴設備開發
- Java Web應用開發項目教程
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- 每個人的Python:數學、算法和游戲編程訓練營
- Java基礎案例教程(第2版)
- Learning Google Apps Script
- PHP面試一戰到底