Designly Blog

#Next Js 14

Push Notifications in Next.js with Web-Push: A Provider-Free Solution
1 month ago
Full-Stack Development

Push Notifications in Next.js with Web-Push: A Provider-Free Solution

Learn to implement push notifications in Next.js using Web-Push, no third-party provider needed.

How to Create a Full-Stack Blog with Payload CMS, Next.js and Turbo
2 months ago
Full-Stack Development

How to Create a Full-Stack Blog with Payload CMS, Next.js and Turbo

Build a full-stack blog using Next.js, Payload CMS, and Turborepo. This guide simplifies setting up a TypeScript-friendly monorepo for efficient content management.

Next.js 14 Data Fetching Paradigms: Client vs Servers
10 months ago
Full-Stack Development

Next.js 14 Data Fetching Paradigms: Client vs Servers

Explore Next.js 14's data fetching methods: server-side with server actions and client-side using SWR. Learn to optimize web apps for performance and UX.

A Complete Guide to Authentication in Next.js 14
11 months ago
Full-Stack Development

A Complete Guide to Authentication in Next.js 14

Master Next.js 14 authentication with our guide on JWTs, custom middleware, cookie storage, and Cloudflare Turnstile for top-notch security and user experience.