RSS feed iconGitHub logo

Articles about Next.js

Next.js is a React meta-framework that adds server-side rendering, opinionated routing, an many other features on top of plain React.

Next.js getServerSideProps interception

2023-01-294 minutes readJavaScript, React, Next.js

Next.js can seem stuck fetching getServerSideProps result on client-side navigations. The approach outlined in the article bypasses making that network request, resulting in snappier UI, suitable for highly-interactive web applications.

Read more