next.js

next.js

12 bookmarks
Newest
Concatenating text
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.
·johan.hal.se·
Concatenating text
The Perils of Hydration: Understanding how Gatsby/Next manage server-side rendering and hydration
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.
·joshwcomeau.com·
The Perils of Hydration: Understanding how Gatsby/Next manage server-side rendering and hydration
Making Sense of React Server Components
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.
·joshwcomeau.com·
Making Sense of React Server Components