All Topics

Redux

State management for React

Overview

Managing the state of your React application can quickly become a hassle once it starts to grow. While React has built-in methods to help manage the state of your application, libraries like Redux give you a framework and a method to do so cleanly and efficiently. Redux is a must for anyone who is working on large React applications.

Related Topics

What you should learn next