The Power of Mindset in Lifelong Learning and GrowthContext Why am I writing this blog with a fancy title like this? well here's the thing. For a few months, or let's consider it a year, I struggled with so many things that negatively impacted my personal and professional growth. It took me a lot of t...May 26, 2024·6 min read·234
Co-Locating State: Learn to Optimize React Apps without MemoAs the application grows, React states become more widespread. Poorly organized states can cause excessive re-rendering and hinder performance. To address this problem, React developers often resort to optimizing it using memoization without thorough...Mar 10, 2023·3 min read·125
Does Re-rendering in React Affect Performance?A significant amount of time is often spent trying to optimize a React app. Though optimization is a crucial phase in software development, it can go too far. Let's discuss Re-renders in React today and whether they impact performance. In a nutshell,...Mar 2, 2023·3 min read·96
Make Network Requests in React like a PRO 📈By default, React won't suggest the ideal method for making network requests; instead, it expects you to develop a method on your own. So, it is important to understand one of the many effective ways to do this. What exactly is a Network Request? Net...Feb 20, 2023·4 min read·224
Debouncing in React Apps made simpleHey guys welcome to my blog, today we'll be talking about debouncing in JavaScript and React. Let's say we have a client who wants us to build a text editor, now that we have built an amazing editor, the only thing that is left is the auto-save feat...Oct 16, 2021·4 min read·163
#4 Understand useReducer() - React Hooks SeriesHey, guys hope you're all doing great. So i decided to start a series on React hooks, my goal is to cover all the hooks that are provided by React and also developing our own custom hooks. Here's the whole series link Okay, Let's get started then. T...May 3, 2021·4 min read·181
#3 Understand useContext() - React Hooks SeriesHey, guys hope you're all doing great. So i decided to start a series on React hooks, my goal is to cover all the hooks that are provided by React and also developing our own custom hooks. I was unable to publish a blog last week but will continue to...Mar 28, 2021·5 min read·955