shohanur rahmanshohan777.hashnode.dev·Nov 17, 2024Concurrent Mode in ReactConcurrency means executing multiple tasks at the same time but not necessarily simultaneously. In the context of React.js, concurrency refers to having more than one task in progress at once without blocking the main thread, and concurrent tasks can...concurrent-rendering
Prakhar Parasharicodeprakhar.hashnode.dev·Dec 23, 2023Hacks to Transform Your Lagging API into a Speedster!Are your APIs lagging? In an era where digital interactions happen at the speed of thought, having a lightning-fast API is non-negotiable. In this blog, we delve into the latest and trendiest strategies to revitalize your API endpoints, bringing them...APIs
Prachi Sahuprachiblogs.hashnode.dev·Apr 21, 2023Batching in ReactWhat do you think batch means in literal terms? It means to combine, mix or process in a group. Batching is an essential concept in React. Now in terms of React, what do we mean by batching? Batching Batching is the process of grouping multiple state...9 likes·244 readsReact