13 followers
I'm a self-taught, passionate front-end developer who enjoys writing TypeScript and strives to become a better developer.
Declaring variables is what we do most in JavaScript. Knowing the inside of the variable declaration process gives you more idea about it. For...
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...