#redux
Read more stories on Hashnode
Articles with this tag
Pure functions and Immutability · What is Reducer? Reducers, as the name suggests, take in two things: previous state and an action. Then they reduce it...
Why we need Action Creators in Redux · What is Action? Actions are JavaScript object that contains information. Actions are the only source of...
What is Redux? Redux is a flexible and Predictable State Container for JavaScript Applications that manages our application state separately. Why...