Nextjs


What's New in Next.js 14?

What's New in Next.js 14?

The latest version of Next, announced on Oct 26th 2023, brings Turbopack, React Server Actions, and Partial Rerendering, and more.

NextjsNext 14Turbopack
Page Transitions In Next.js 13 With App Router And The Built-In View Transitions API (No Third-Party Libraries)

Page Transitions In Next.js 13 With App Router And The Built-In View Transitions API (No Third-Party Libraries)

NextjsNext 13App router
Building a Modern SaaS Dashboard with Saas UI and Next.js App Router

Building a Modern SaaS Dashboard with Saas UI and Next.js App Router

Dashboards are essential for every SaaS app, and UI libraries do help you build them fast, but Emotion.js-based libraries are problematic in Next.js 13. Let's look at how Saas UI can help.

NextjsReactNext app router
5 Must-Have Tools for Building Web Applications with Next.js App Router

5 Must-Have Tools for Building Web Applications with Next.js App Router

Server-only, Saas UI, TailwindCSS, Turbopack, the use() hook - know the tools that can enable you to build web applications with Next.js App Router faster

NextjsSaas uiTailwind
Using SQLite with Next.js 13

Using SQLite with Next.js 13

NextjsNext 13Sql
How to Force a Page Refresh in Next.js

How to Force a Page Refresh in Next.js

NextjsReact
Sending Emails with Next.js, Nodemailer

Sending Emails with Next.js, Nodemailer

Discover the ultimate guide to integrating Gmail Mailer with Nodemailer in Next.js 2023. Send emails effortlessly for enhanced communication. Learn now!

NextjsNodejsNodemailer
Next.js Secure Authentication Using http-only Cookie (GraphQL or REST)

Next.js Secure Authentication Using http-only Cookie (GraphQL or REST)

NextjsGraphqlAuth
Dodging the Vercel Tax: How to use an open-source alternative for Serverless Postgres, Redis, and Blob Storage

Dodging the Vercel Tax: How to use an open-source alternative for Serverless Postgres, Redis, and Blob Storage

Find out how to get the same DX wins of Vercel Storage by using its Postgres, Redis, and Blob providers with WunderGraph - a free and open-source technology without the Vercel markup, and without vendor lock-in to boot.

ReactNextjsStorage
Automating the Generation of Code from OpenAPI in Your Next.js Application

Automating the Generation of Code from OpenAPI in Your Next.js Application

Generate ready to use fetcher methods

NextjsOpenaiGpt