A Design expert built a full healthcare platform with Cursor in weeks. Impressive. Then I read the code before running a single command, and found 4 critical security vulnerabilities, broken RLS, and a rate limiter that did nothing.
Notes tagged with nextjs
nextjs
A practical guide to deciding where data fetching belongs: server components, SSR, SSG/ISR, or client-side hooks.
How to think about caching for SSR, SSG/ISR, and client fetches, and how stale-while-revalidate keeps pages fast and fresh.
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.