DEV Community

sana
sana

Posted on

React State Management (2) : Redux

React state management: context API, Redux and Redux toolkit. The topic in this article is Redux.

The chart below is the whole image of this practice application. Component A accepts user input text and passes it over to Component B as a prop. At the same time, dispatch the action to save the data in the store so that Component C and component D can use it.

Image description

Redux Fundamentals, Part 1: Redux Overview | Redux

Top comments (0)