#wemakedevs
Read more stories on Hashnode
Articles with this tag
In React, every change in the DOM is considered as a different state; for handling those state changes, there is a hook called useState. What is...
Components are UI utilities we can use to distribute our UI in our code. For now, think that components are JavaScript functions and we can pass...