#javascript
Read more stories on Hashnode
Articles with this tag
A brief dive into the useReducer hook ยท useReducer useReducer according to the docs useReducer is defined in the official docs as an alternative to...
TLDR: The useEffect Hook executes whichever action (callback) as soon as the react components render. That's why it's used for things like data...