Web DevelopmentScalable React Patterns That Survive a Growing Codebase
The component, state and data-fetching patterns I reach for so a React app stays maintainable as the team and feature set grow.
2 min read
Category
Building fast, scalable web apps with Next.js, React and modern frontend architecture.
Web DevelopmentThe component, state and data-fetching patterns I reach for so a React app stays maintainable as the team and feature set grow.
Web DevelopmentA mental model for the server/client boundary in the Next.js App Router — what runs where, why it matters, and how to ship less JavaScript.