One of Next.js’ strong points is that it handles server-side rendering excellently, and it integrates with Express just as well.
Learn how to use BlurHash to generate placeholder images for a Next.js application for improved app performance and user experience.
Learn how to troubleshoot bugs in a Next.js app with ESlint — a useful tool that enforces code styles and keeps your code clean.
Serverless functions are not directly a part of Next.js’ API. Next.js provides developers with API routes that can be deployed on Vercel as serverless functions.
Get to grips with Convex, a full-stack solution including data storage, retrieval, and mutations, all built into an SDK for global state management.
Let’s explore how to use the NextAuth.js library to implement user authorization (OAuth2.0) in Next.js applications.
Discover how to create an ecommerce store with GraphCommerce and customize it easily with Next.js and React.
Speed up your app and fine-tune your Next.js app’s production performance with this tutorial on dynamic imports and code splitting.
Learn how to adopt Next.js to a Flask application to benefit from server-side rendering.
Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?
Building forms is a vital crux for many software applications. Forms are generally meant for collecting data from users. With […]
Here’s a quick look at how Next.js’s current router works, its limitations, and the biggest changes coming up with the next Next.js router.