Found this great article on React Server Components. Really clarifies the mental model.
Understanding React Server Components
A deep dive into the architecture of Server Components, how they differ from Client Components, and when to use each pattern in your Next.js applications.
Have you seen the shadcn/ui repo? Their component patterns are solid.
Beautifully designed components that you can copy and paste into your apps.
Of course, we use it everywhere. On a different note, this conference talk on partial prerendering is worth watching.
Next.js Conf: Partial Prerendering Deep Dive
Learn how PPR combines static and dynamic rendering in a single route for instant loads.
Bookmarked. Also, the Biome blog post about v2 covers improvements relevant to our toolchain migration.
Biome v2: Faster Linting and Formatting
Biome v2 delivers 10x faster linting than ESLint, built-in CSS support, improved TypeScript analysis, and a new plugin system.
We should migrate to Biome. Bookmarking this database comparison for our infra discussion too.
A detailed comparison of PostgreSQL, MySQL, SQLite, and distributed databases for modern web apps.
Perfect timing. I'll review it before the meeting.