Understanding Redux
By Dale L. Jefferson. Published
After using Redux on a handful of large applications, this is my understanding of how it should be used.
TypeScript, JavaScript, React, React Native
After using Redux on a handful of large applications, this is my understanding of how it should be used.
I like to reimplement libraries I use, this allows me to better understand how they work, below is my minimal implementation of Redux.