@sargonpiraev

React

#frontend

React — the UI library behind basically every frontend I ship. This map will cover hooks, state patterns, server components, and the Next.js-adjacent ecosystem as I write those notes up. Seeded for now.

(Not to be confused with ReAct, the AI agent pattern.)

Framework and routing

  • Next.js — full-stack React framework; file-based routing and RSC.
  • React Router — client-side routing for non-Next SPAs.

UI kits and styling

  • shadcn/ui — copy-paste components, Tailwind-first.
  • MUI — Material Design component library.

State and data in the UI

Tables and i18n

Language

  • TypeScript — types, inference, and patterns I pair with React.