Redux is a small library that represents state as (immutable) objects . And new states by passing the current state through pure functions to create an entirely new object/application states.
Redux is a small library that represents state as (immutable) objects . And new states by passing the current state through pure functions to create an entirely new object/application states.