Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Oct 9, 2024Dynamic Routes in Next.js: Understanding the Significance of params and searchParamsOne common mistake developers make in Next.js is misunderstanding how dynamic routes work, particularly regarding the params and searchParams props. It’s crucial to understand that these props are only accessible in the page components and not in any...Discuss·10 likesYou Don't Know Next.jsNext.js
Vishwas GopinathforBuilder.iobuilderio.hashnode.dev·Sep 17, 2024Key Considerations for Next.js App Router FilesNext.js has become a powerhouse in the React ecosystem, and understanding its file conventions is key to getting the most out of it. In this blog post, we'll break down the 9 special routing files in the App Router, which replaces the older pages dir...Discuss·1 likeNext.js
xplor4r (Maintainer)forGuides by levelupdevguides.levelupdev.in·Sep 9, 2024Building a portfolio website using Nextjs - Part 2 - (building the components for site layout)In this part, we gonna build all the components, we need to build the layout of our website, for that we need to build the components to be used globally. So the portfolio site will require this layout components mainly : Header Body Footer And ...DiscussBuilding a portfolio website with Nextjs (app router)#next14
xplor4r (Maintainer)forGuides by levelupdevguides.levelupdev.in·Sep 7, 2024Building a portfolio website using Nextjs - Part 1 - ( Project Details)A step-by-step guide on building a complete portfolio + blog + gallery website using Next JS (app router) In this series, we gonna deep dive on building a complete end-to-end portfolio website using Nextjs 14 (app router) The tech stack and libraries...Discuss·38 readsBuilding a portfolio website with Nextjs (app router)nextjs 14
xplor4r (Maintainer)sujaykundu.hashnode.dev·Sep 7, 2024Building a portfolio website using Nextjs (app router)In this series, we gonna deep dive on building a complete end-to-end portfolio website using Nextjs 14 (app router) The tech stack and libraries/packages that we will use to build this website will be : Nextjs 14, React Tailwind CSS Daisy UI ESLi...Discussnextjs 14
Md Faizan Alamsololearner.hashnode.dev·Aug 18, 2024How To Add NextAuth Credentials Provider Into Your NextJS AppHey folks, so today’s article is about an integration I needed for my personal application. Last week I needed to integrate nextauth with my Next.js Application where I was using App router and TypeScript. However, I could not find a single article t...DiscussNext.js
Rakesh Potnuruitsrakesh.hashnode.dev·Jul 19, 2024Let's Build a Full-Stack App with tRPC and Next.js App routerPublished from Publish Studio Are you a typescript nerd looking to up your full-stack game? Then this guide is for you. The traditional way to share types of your API endpoints is to generate schemas and share them with the front end or other servers...DiscussFull-Stack App with tRPC and Next.js App routertrpc
Richard Kovacsrichardkovacs.hashnode.dev·Jan 6, 2024Getting Started with GTM in Next.js App RouterHave you ever thought about tracking user behavior on your website? If yes, you are probably familiar with Google Analytics, the state-of-the-art user tracker companion. How about Google Tag Manager? Also yes? Of course, since that's how you've found...DiscussNext.jsNextjs app router