#reactjs
Read more stories on Hashnode
Articles with this tag
Parcel is a zero-config build tool with great out-of-the-box development experience and scalable architecture. I experimented with Parcel in my...
In React, external data is very important to make your project more dynamic. However, when you use useEffect for data fetching, it is generally hard...