#reacthooks
Read more stories on Hashnode
Articles with this tag
with useReducer hook, we can separate what a user wants to do and how the component gets it done, separate the state management from the render logic. ·...
If you’re looking for a way to keep track of and manage references in your React application, you should consider using useRef hooks. · DOM manipulation...