To get the full details behind Redux, Sorin Nunca has recreated it using PHP:
As I usually try to understand the tools I’m using, the following tries to be a toy implementation of Redux in PHP, in the hopes of gaining a deeper understanding of the concepts behind Redux.
Also covers combineReducers
.
⁉️ Looking to get started with Redux? Egghead has a great video course by Redux’ creator Dan Abramov.
💡 Also check this recent implementation of Redux in 24 Lines of JavaScript