Nextjs
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
Integrating Azure B2C as an Identity Provider in Next.js Applications Using NextAuth
A step-by-step guide on seamlessly configuring your Azure B2C instance with a Next.js application.
How to Build a User Settings Page in Five Minutes
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
TypeScript Made Easy: A Practical Guide To Your First Type-Safe App with Next.js, WunderGraph, and Prisma
It’s time to put your fears aside and learn TypeScript. Let’s give you your first “Eureka!” moment by building a full stack Todo App with end-to-end type safety!
Getting Started With WunderGraph: An API Gateway That Turns GraphQL Into RPC on the Fly
A comprehensive guide to WunderGraph, with a focus on its new TypeScript Operations feature - async resolvers for data fetching, with shared types between Server & Client.
Working with styled-components in the Next.js
Styled-components is a popular CSS-in-JS library that allows you to write component-based styling in your React projects. When combined with the capabilities of Next.js, the result is a powerful…
The Right Way to Detect Mobile Breakpoints in Next.js
How to make useIsMobile hook in Next.js