Unless you’ve been living under a rock, you’ve probably heard of Facebook’s wildly-popular React JavaScript library for building single-page web application interfaces. You’ve may have also heard of Vue.js, a full-featured utility that can be leveraged for the same purposes. But which one is right for your project?
Category: React
Component lifecycle with useEffect
As you are reading this blog, you are one of the cool developers and to become the coolest developer you need to follow the above quote. Here, I am sharing my story, when I tried to become the coolest developer! When I heard about hooks in React JS, I read about it and tried to write new components … Continue reading Component lifecycle with useEffect
React: Boost performance with effective rendering
Content posted here with the permission of the author Payal Bhalerao, who is currently employed at Josh Software. Original post available here We always enjoy fast and responsive user interface, but generally during fast development performance gets neglected. In case of react app development, We generally rely on react’s virtual DOM, that it will perform diffing … Continue reading React: Boost performance with effective rendering