Introduction
In this lesson, we introduce state management and why it is necessary.
We'll cover the following...
One of the main strengths of Redux is the separation of state (data) management from the presentation and logic layers. The design of the state layout can be performed separately from the design of the UI and any complex logic flows due to the ...