Nextjs
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.
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
Using SQLite with Next.js 13
How to Force a Page Refresh in Next.js
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!
Next.js Secure Authentication Using http-only Cookie (GraphQL orĀ REST)
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.
Automating the Generation of Code from OpenAPI in Your Next.js Application
Generate ready to use fetcher methods
The Backend-for-Frontend pattern using NextJS: A Step-by-Step Guide
The Backends-for-Frontends pattern might be exactly what you need to avoid monolithic Backend APIs and Frontends bloated with business logic. Let's implement one in Next.js, using WunderGraph as a BFF framework.
Next.js Project With PWA
Itās easy to create a PWA project with next-pwa module