Looking for a Strict Code Review: React 19 + TS + Zustand + TanStack Query #react #typescript #codereview #javascript
I'm looking for a strict code review of my pet project โ a user management application. ๐ Repository Link https://github.com/Arvik1982/MyUsersList ๐ฏ What the project does An application for viewi...

Source: DEV Community
I'm looking for a strict code review of my pet project โ a user management application. ๐ Repository Link https://github.com/Arvik1982/MyUsersList ๐ฏ What the project does An application for viewing, editing, archiving, and hiding user cards. Data is fetched from an API, and state is persisted to localStorage. ๐งฑ Tech Stack React 19 TypeScript React Router v7 Zustand TanStack Query React Hook Form + Zod SCSS Modules + Vite ๐ What I'd like reviewed (checklist) [ ] Performance: proper use of useMemo, useCallback, component memoization, re-render optimization [ ] TypeScript: no any, correct type inference, type guards, proper typing of props and state [ ] Accessibility (a11y): semantic HTML, ARIA attributes, keyboard navigation, focus management [ ] React 19 best practices: useTransition, useOptimistic, Actions, useFormStatus [ ] Architecture: separation of concerns, custom hooks, logic isolation [ ] Potential bugs: race conditions, memory leaks, async edge cases [ ] Readability & m