What is Redux? Redux is a library that helps you manage state in your Javascript apps. This serves as the Data Layer for your apps. Redux follows Unidirectional Flow and that's why we need to use middleware's like thunk. Okay, then why not multi-dire...
shuntz.hashnode.dev2 min read
No responses yet.