SVShakthi Vigneshinsilversurfer.hashnode.dev·Oct 26, 2023 · 7 min readA Beginner's guide to ReduxRedux 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...00