Words Can Change the World!

Why do we need React?
React is a free and open-source front-end JavaScript library. Exploring the transformative impact of React on web development, and sharing my personal journey from JavaScript to React. Discover how React simplifies UI development and enhances code reusability.
3 min read
Memo vs useMemo vs useCallback in React
In React, Frequent re-renders can sometimes hurt performance as components update with new props or state changes. React provides us with tools to help optimize performance. However, understanding when and how to use each can be confusing for many developers.
3 min read
All Articles
Setting Up Vitest for Testing in VSCode
October 15, 2024GitHub basics for students just starting out!
November 3, 2024

