#reactjs
Read more stories on Hashnode
Articles with this tag
1. Create the project Create the project with the Expo CLI npx create-expo-app my-app cd my-app Install tailwind and its dependency yarn add...
Have you ever wondered why immediately after updating the state if it is logged, the value is undefined?? const fetchAPI = async () => { const...