Video description
State management is absolutely critical in providing users with a well-crafted experience with minimal bugs. Redux provides a solid, stable, and mature solution to managing state in your React application.
In this course, you’ll explore advanced state management techniques, router integration, and other common problems that you might encounter while developing your applications. The recipe-based approach allows you to quickly identify your problem and find a solution to it. This course also consists of various recipes that will help you to understand different test-case scenarios created in Redux.
Once you are well-acquainted with Redux, the course will explicitly show you how they work in developing a consistent application with React.
What You Will Learn
- Build an application and understand the concept of state management in general
- Get to know in detail the different recipes for applying Redux into your application
- Build a middleware and also find out to debug with ReduxDevtools
- Work with Deeply Nested Data by using real-world data as an example
- Design your Redux architecture before implementation and know the best practices to structure folders/files
- Write unit tests in Redux for different functions, actions, and reducers
Audience
The video is for JavaScript developers who want to create high performing web applications with Redux. If you are a React developer, the recipes contained in the video will help you to take your web apps to the next level by combining it with Redux. Even if you’re already using Redux, it has some great practices to follow.
About The Author
MMA DAWOUD: Contacted on - 10-9-18
Table of contents
-
Chapter 1 : Up and Running with Redux
- The Course Overview
- Understanding Redux Through a Non-Technical Example
- Adding Redux to Application
- First Redux Application
- Restore State from Store
- Firing Different Actions
- Handling Different Actions in Reducers
- Subscribing to Redux State
- Understanding createStore() and reducers
- Splice Reducers and Combine Them
- Summary
- Chapter 2 : Integrating Redux with React
- Chapter 3 : Middlewares in Redux
- Chapter 4 : Working with Deeply Nested Data
- Chapter 5 : Handling Server Data
- Chapter 6 : Unit Testing Redux
Product information
- Title: Redux Recipes
- Author(s):
- Release date: March 2019
- Publisher(s): Packt Publishing
- ISBN: 9781787282766
You might also like
video
Redux in Motion
See it. Do it. Learn it! Redux in Motion introduces you to the powerful Redux library …
book
Learning Redux
Build consistent web apps with Redux by easily centralizing the state of your application. About This …
book
Redux Quick Start Guide
Integrate Redux with React and other front-end JavaScript frameworks efficiently and manage application states effectively Key …
book
Redux in Action
With Redux in Action, you'll discover how to integrate Redux into your React application and development …