Next.js Is Infuriating - Dominik's Blog

next.js
How much traffic can a pre-rendered Next.js site really handle? by Martijn Hols
How much traffic can a self-hosted Next.js site handle? I ran load tests, uncovered surprising limits, and compared pre-rendering with SSR.
Cant debug nextjs app, next dev --turbopack, --turbo breaks debugging. : WEB-70462
Fehler in IntelliJ
API Reference: File Conventions | Next.js
API Reference for Next.js File Conventions.
Configuring: Debugging | Next.js
Learn how to debug your Next.js application with VS Code, Chrome DevTools, or Firefox DevTools.
How to Integrate CSS and Sass in Next.js?
A Complete Guide to Session Management in Next.js
Session management allows users to stay logged in across multiple tabs devices and maintains security by tracking user sessions.
Search Params in Next.js for URL State
How to use Search Params in Next with useSearchParams und SearchParams from React Server Components and Client Components for URL state ...
Delicious Donut Components | Frontend at Scale
An interactive guide to component composition with React Server Components
React Server Components: the Good, the Bad, and the Ugly
Evaluating Next.js's implementation of React's new server features.
Concatenating text
In the dying embers of 2023, Mayank wrote a post that went through the trials and tribulations of React Server Components. I read the article, eyes widening all the way through to the end until my face vaguely resembled a US electrical socket, and it ultimately left me feeling like, man, I’m glad I’m not doing React at the moment.
The Perils of Hydration: Understanding how Gatsby/Next manage server-side rendering and hydration
A surprisingly-common misconception can lead to big rendering issues that are difficult to debug. This deep-dive tutorial examines how React and Gatsby can be used to pre-render content, and how we can work around the constraints to build dynamic, personalized web apps.
Making Sense of React Server Components
This year, the React team unveiled something they've been quietly researching for years: an official way to run React components exclusively on the server. This is a significant paradigm shift, and it's caused a whole lot of confusion in the React community. In this tutorial, we'll explore this new world, and build an intuition for how it works, and how we can take advantage of it.