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 Ins & Outs Of Component Lifecycle With UseEffect
Category: Frontend Development
All About The Demystifying Class In JavaScript
Every developer doesn't like classes in JavaScript due to the fact that they behave differently in different scenarios. Many times you might have heard complaints about classes from developers. I’ll explain how a class works in JS and how to achieve class like behaviour without using class keyword. People from object-oriented background often get confused with classes … Continue reading All About The Demystifying Class In JavaScript
React: A Way To 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: A Way To Boost Performance With Effective Rendering
