#server-side-rendering

[ follow ]
fromLogRocket Blog
2 weeks ago

React Server Components broke my app and I still don't know why - LogRocket Blog

The hype around the introduction of React Server Components (RSC) was undeniable. For the uninitiated, RSCs are a new way to build React apps that render components on the server, keeping code and data-fetching logic away from the client. The promise was appealing: a unified approach to server and client rendering, unmatched performance, and simpler data fetching, enough to convince many of us that this was the next best thing after cheese.
Web frameworks
Node JS
fromLogRocket Blog
3 months ago

How to optimize your Next.js app with after() - LogRocket Blog

Next.js 15's after() optimizes server operations by handling non-blocking tasks after responses are sent.
[ Load more ]