Redux

Make the sate of the app as global one

A Predictable State Container for JS Apps

Redux official website

Make the state of the app as a global state with events emitter. The best way to change the sate of each component depended on other ones. The global state or in the official name "store" is divided to separate reducers, and each one is responsible for different information types.

Last updated

Was this helpful?