#reacthooks
Read more stories on Hashnode
Articles with this tag
What is useState ? useState is a React hook that allows us to access state in a functional component. In React versions less than 16.7, if we wanted...