
Makerkit #5 - Server Components in Next.js
Goodbye useEffect. React Server Components in Next.js, shown on a ticketing system: how to fetch data from Supabase safely, straight on the server.
24 Feb 2026·5 min read
3 articles tagged this way

Goodbye useEffect. React Server Components in Next.js, shown on a ticketing system: how to fetch data from Supabase safely, straight on the server.

Goodbye static HTML. Meet the trinity of the modern frontend: Next.js, Tailwind CSS and Shadcn UI. We build an interactive app straight in the browser.

A practical guide to MDX in Next.js - from installation to your own components. How to build a blog with interactive content, Server Components and good SEO.