Aman Trivediamanreads.hashnode.dev·Oct 12, 2024Get Started with GraphQlUnleash the Power of GraphQL in Next.js 14 with TypeScript! Hey everyone, it's Aman!I recently ran into some issues getting started with GraphQL in Next.js 14. Most of the blogs I found were outdated, focusing on Next.js 13. So, I decided to give it ...DiscussGraphQL
tkssharmaarticles.tkssharma.com·Sep 23, 2024Buddy Clone App using nextjs 14.xI'd be glad to provide a comprehensive guide on building a full-stack clone app using Next.js and Prisma: Prerequisites: Node.js and npm (or yarn) installed Basic understanding of React and Next.js Familiarity with Prisma ORM Getting Started: C...DiscussNEXTAUT
Abeer Abdul Ahadabeer.hashnode.dev·Sep 10, 2024FeaturedAll you need to know about Middleware in NextjsLet's get straight to the point. What is middleware in NextJS? In Next.js, middleware is a way to run certain code before a request is completed, just how the middleware concept of express.js works. It allows you to modify the request, response, or e...Priya Raimagiya and 2 others are discussing this3 people are discussing thisDiscuss·14 likes·146 readsMiddleware
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 10, 2024Understanding use server and Avoiding Data Leaks in Next.jsOne of the common misconceptions in Next.js is the belief that adding the use server directive to a component will automatically turn it into a server component. However, this isn't accurate. The use server directive is used to create server actions,...DiscussYou Don't Know Next.jsdata-access-layer
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
Sruthi Pallesruthipalle.hashnode.dev·Aug 8, 2024Guide to Dynamic Routing in Next.js 14 Using App RouterLet's dive into setting up and understanding dynamic routes in Next.js 14 using .tsx files. We'll go through the process of creating a blog application that uses dynamic routes for individual blog posts. File Structure Overview: We'll design a projec...Discussnextjs 14
Nirajan BasnetforJoBins Engineeringblog.jobins.jp·Jul 24, 2024Must-Know Features in Next.js 14: Top 20 HighlightsNext.js 14, released in October 2023, introduces many powerful features and improvements to the popular React framework. This version aims to enhance performance, developer experience, and application architecture. In this blog post, we'll explore th...Discuss·6 likes·3.9K readsReact
Ramu Narasingaramunarasinga.hashnode.dev·Jul 18, 2024shadcn-ui/ui codebase analysis: How does shadcn-ui CLI work? — Part 3.0I wanted to find out how shadcn-ui CLI works. In this article, I discuss the code used to build the shadcn-ui/ui CLI. In part 2.0 to 2.15, I discussed how npx shadcn-ui init works under the hood. We will look at how npx shadcn-ui add <component> work...DiscussJavaScript
VivekforRecroo AItech.recrooai.com·Jul 3, 2024Why NextJs Was Our Top Choice for Building Recroo AIDeveloper experience & User experience We have been developing apps for more than a decade now. We care as much about Developer Experience as we do about User Experience. The primary reason to choose NextJs was that it is quite close to Vanilla React...Discuss·10 likes·29 readsNext.js