Batching 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...Apr 21, 2023·6 min read
Javascript ErrorsJavascript is a high-level programming language for the web. It is widely popular and helps in creating dynamic and interactive web content. But it is also prone to errors and bugs like any other language. This blog will discuss a few types of errors...Feb 12, 2023·3 min read
Absolute beginner's guide to CSS GridCSS Grid is the most easiest and modern way to build a layout. It can create complex responsive web design Grid layout super easily. You can build a layout in less than a minute. Can't believe it right? Well, let's get started. Before getting into ...Mar 31, 2022·8 min read