
An introduction to Redux for beginners – part 2
In this episode of our introductory series to Redux we will take a closer hands-on look at selectors, actions, reducers, containers and how we connect React and Redux.
In this episode of our introductory series to Redux we will take a closer hands-on look at selectors, actions, reducers, containers and how we connect React and Redux.
As applications grow in size so does the complexity and the handling of state. Redux is a state container (a client-side database) that solves this problem. In a series of three we will look into Redux and take a peek at the fundamentals.