Home
React and Redux: State Management
Dec 5, 2023
2 hours

Explore how Redux provides a solid foundation for managing global state in large-scale React applications.

Learn the principles of actions, reducers, and the Redux store.

We'll integrate Redux with React, emphasizing patterns like the Context API for prop drilling avoidance.

Practical examples will include using middleware for side effects and architecting a scalable state management solution.

Equip yourself with the skills to maintain clean and predictable state across your React apps.

Prev EventReact Routing and SPA Development
Next EventNext.js for React Developers