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
A React project focused on performance optimization using react.memo for component memoization, useMemo for caching computed values, and useCallback for stable function references. Built to reduce unnecessary re-renders and improve efficiency in dynamic UI scenarios.