Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.| nextjs.org
How should we structure components and other files in our React apps? I've iterated my way to a solution I'm really happy with. In this blog post, I'll share how it works, what the tradeoffs are, and how I mitigate them.| www.joshwcomeau.com
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.| www.joshwcomeau.com
Fetch data on each request with `getServerSideProps`.| nextjs.org
There’s a key piece of magic in the engineering of the Internet which you rely on every single day. It happens in the TCP protocol, one of the fundamental building blocks of the Internet. TCP…| Joel on Software
Use the new App Router with Next.js' and React's latest features, including Layouts, Server Components, Suspense, and more.| nextjs.org