Redux without React
Intro
In this blog, I will try to explain redux library without react. Just Redux.
Why? Because if we understand redux then we’ll understand react-redux (redux bindings for react) better.
So Redux is a relatively very small API
compose
createStore...
vedb.hashnode.dev10 min read