What is the Lifecycle of Components? Components are created and mounted on the DOM, grow by updating, and then die to unmount on DOM. This is...
Continue reading...Priyanka Rote
JavaScript Callback Function
What is a callback function? “A callback is a function that is passed as an argument to another function” Which is then invoked inside the outer...
Continue reading...Tailwind CSS
What is Tailwind CSS? Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. It is a highly customizable, low-level CSS framework that...
Continue reading...CSS Variable?
What are CSS Variables? CSS variables are custom properties in which we can store a value and use it anywhere in the HTML code. CSS variables...
Continue reading...