A Beginner's guide to Redux
Redux is a state management library that you can use with any JavaScript library or framework like React, Vue, Angular.
Our Target Problem:
In most cases when we create small applications, we use useState hook to manage the state of our components. I...
silversurfer.hashnode.dev7 min read