Context API in ReactWhen it comes to managing state and data in a React application, Context API is a powerful tool that can simplify your code, enhance maintainability, and facilitate the sharing of data between components. In this article, we'll dive deep into the Con...Sep 15, 2023·3 min read
React | How to stop re-rendering in React ComponentsHow to avoid unnecessary re-renders in the react component React has come a long way from its early stages. Still, many of us find it difficult to fix the un-necessary re-renders. There are many approaches out there to avoid re-renders. Here I am di...Sep 5, 2023·5 min read