Browsing Tag
nextjs
146 posts
Server-Side Rendering vs Static Site Generation: Choosing the Right Approach for Your Next.js Project 🚀
Hey Dev Community! 👋 If you’re diving into Next.js, you’ve probably come across the debate between Server-Side Rendering…
TAWK.TO & NEXTjs integration
Hey devs! In this article, you will learn about tawk.to and it’s integration with NEXTjs. About TAWK.to: Tawk.to…
How to Create Dynamic Email Contact Form in Next.js Using Resend and Zod
Introduction Next.js is a powerful full-stack framework that allows us to build applications with both frontend and backend…
Practical Guide to Implementing Functional SEO in NextJS App Router: Static & Dynamic Metadata
Drum Roll… First off, no need doing the ReactJS vs NextJS banter. If you’re thinking about optimizing your…
How to Build a Request Access Approval System using Next.js
Introduction Next.js is a powerful React framework for creating fast, scalable web applications with server-side rendering and static…
Build Nextjs 15 & React 19 Dashboard App Step By Step
Hello and welcome to my coding course to build a full-fledged admin dashboard by the best tech stack…
Use Server Side Forms in NextJS
I utilized Server Actions, React Server Components (RSC), and Next’s App Router while exploring Forms in Next.js 14.…
Next.js with Shadcn UI Progress Bar Example
In this tutorial, we will learn how to use a progress bar in Next.js with Shadcn UI. Before…
Next.js Deployment: Vercel’s Charm vs. GCP’s Muscle
Have been exploring Next.js and hoping this post encourages thoughtful discussions. In this exploration, I have used both…
shadcn-ui/ui codebase analysis: How does shadcn-ui CLI work? — Part 2.4
I wanted to find out how shadcn-ui CLI works. In this article, I discuss the code used to…