Description
In this course, you will :
- Learn how to build powerful and fast React applications from the ground up using React Redux, React Router, and modern JavaScript.
- Webpack, Babel, ESLint, npm scripts, Jest, React Testing Library, Enzyme, and other tools can be used.
- Create a rapid feedback development environment that performs linting and testing, transpiles modern JavaScript, runs a local webserver, opens the application, and reloads changes when you save.
- With a single command, you can deploy.
Syllabus :
- Environment Build
- React Component Approaches
- Initial App Structure
- Intro to Redux
- Actions, Stores, and Reducers
- Connecting React to Redux
- Redux Flow
- Async in Redux
- Async Writes in Redux
- Async Status and Error Handling
- Testing React
- Testing Redux
- Production Builds