Recent Projects
Recent Articles
Introduction To React Complier
The React team has been hard at work, and in 2024, they are rolling out a game- changing feature: the React Compiler. This innovative tool promises to optimize performance and streamline the development process, taking your React applications to the next level.
Visit9 min read
Understanding the Virtual Dom
The Virtual DOM is an in-memory representation of the actual DOM. React works with this virtual representation instead of directly manipulating the browser's DOM.
Visit9 min read