nextjs
Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Here's why it's a game-changer for web development.
In this tutorial, you'll learn how to create a database with Cloud Firestore and communicate with the database through a Next.js app.
Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?
Here, you can learn how to set up client-side authentication that doesn’t require a password in Next.js using the secure library NextAuth.js.
Client-side rendered React apps are great but having server-side rendered apps in React have noticeable benefits.
Next.js vs. GatsbyJS: a web framework showdown for the ages.
Here, you can learn how to use Next.js with TypeScript. We'll also introduce you to a modern stack for building high-quality, search-optimized apps.
Next.js zones allow different developer teams to build and deploy parts of an app individually, then merge them into a single application.
Learn how to seamlessly implement email and OAuth authentication in Next.js apps using NextAuth.js, a library designed for authentication.
In addition to out-of-the-box SSR support, Next.js offers link prefetching and dynamic routing features. Explore these features alongside Agility CMS.
Next.js recently released one of its much-awaited major versions (version 10) and there are a lot of exciting features to try.
The developer experience for Next.js vs. React is similar in some ways and drastically different in others.