Back to projects
React
Smart User Search React UseMemo
A simple React application for searching users from a local data list. The project filters users by name and ID, ignores spaces during search, highlights matching characters, and displays a message when no users are found. It uses useState to manage the search input and useMemo to memoize the filtered user list, avoiding unnecessary recalculations during component re-renders.
ReactViteJavaScriptuseStateuseMemoFilteringLocal DataResponsive Design
