RSS feed iconGitHub logo

Articles about React

React is a JavaScript framework for building web applications and websites.

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