Reducers
Reducers are pure functions that takes the previous state and an action, and returns the next state.
Exported store state
Redux REST Resource will manage the state for you and store related data inside it. You have state-related booleans (like isFetching
) that enables smooth UI feedback.
Last updated