All the use cases of useState I use in my projects.
In this post I will discuss the ways in which I use useState in my projects. 1. To get API data from backend and store it in state. As I use MongoDB most of the time, the data which comes from the backend is in object/JSON form. So to send the data from The frontend …
All the use cases of useState I use in my projects. Read More »