You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This React project is designed to practice and showcase knowledge of various concepts, including working with forms, validating user input and providing corresponding visual feedback, state management using React Hooks, creating custom hooks, and optimizing performance using memoization.
Practicing JavaScript questions helps deepen understanding of core concepts and enhances problem-solving skills. By tackling diverse challenges, you strengthen your grasp on topics like functions, objects, and asynchronous operations. This practice builds proficiency, making you more adept at writing efficient and effective code in real-world appli
React application built with Vite, demonstrating the use of an expensive component, form handling, and infinite scrolling with smooth loading features.
This repository serves as a learning sandbox for exploring the optimization hooks provided by React, including `useMemo`, `useCallback`, and the usage of `React.memo`.