#react-native
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...
I am fully convinced that if you are reading this you are definitely not a toddler who writes React, perhaps you are reading this because you have hit...