Practical examples of common React anti-patterns, explanations, and improved solutions to prepare for interviews.
Notes tagged with react
react
A practical guide to deciding where data fetching belongs: server components, SSR, SSG/ISR, or client-side hooks.
A conceptual look at the rendering models behind modern web apps—what SSR, SSG, CSR, and ISR are, how they work, and the trade-offs behind each.
A complete, step-by-step tutorial on how to build a production-ready frontend monorepo. Learn how to set up a scalable architecture using PNPM, Nx, Vite, Vitest, React, TypeScript, Emotion, and Biome.js for a streamlined and efficient development workflow.