Before diving into useRef() hook, we should first understand what refs are. As per the definition from ReactJS official docs Refs provide a way to access DOM nodes or React elements created in the render method. Let’s look at what react docs meant ...
My name is Aditya and I am a College dropout currently building the future of commerce at Plaza with some really smart and driven people. I got my first job amidst the pandemic in 2020. Link to my full story. Now moving on, I will share some rules t...
I am Aditya, a Frontend developer currently building the future of e-commerce at Plaza. In 2019, I dropped out of college and dived into web development. Since then, I have landed multiple high-paying job offers at amazing startups. You can read my f...
In 2018, when I passed out of high school, I did what most Indian high school grads from the science stream do. I took a year off to prepare for the JEE exam that can get me into an IIT. But something strange happened in that one year. Along with pre...
In this article, I will go through the entire process of creating a reusable component and publishing it on npm for other developers to use. This article assumes that you already have a component to publish but if you don't then just create a simple ...
Did you recently start learning web development and made your first or second web app but are now confused about how and where would you deploy it? Then this article is for you. I have tried to keep this extremely short to let you know just enough to...