#reactjs
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...
Why do we need a separate State-Management Library · What are the main problems when it comes to managing the state with raw JavaScript? Maintaining...