ANNU KUMARImyfirstblog123.hashnode.dev·Dec 4, 2024What is the difference between the traditional pages directory and the src/app directory in Next.js?Hey folks! What’s up? Hope everything is good. Today, I’ll discuss the differences between the traditional pages directory and the src/app directory in Next.js. in my previous article, I explained how Next.js projects are different from React.js proj...Discuss·4 likesNext.js
Salman Iyadsalmaniyad.hashnode.dev·Dec 3, 2024Exploring Next.js 15: A Powerful Leap Forward in Web DevelopmentWith the release of Next.js 15, Vercel has delivered one of the most significant upgrades to the framework. Next.js 15 comes packed with powerful features, improvements, and optimizations that streamline web development and enhance the performance of...Discuss·1 likeNext.js MasteryNext.js
G.Subham Kumar Patragsubhampatra.hashnode.dev·Nov 10, 2024Building a Modern Next.js App with App Router, Tailwind CSS, and Shadcn UINext.js 13 introduced the App Router, a game-changer for building modern web applications. Coupled with the power of Tailwind CSS and Shadcn UI, you can effortlessly create beautiful and performant websites. In this blog, we'll walk through setting u...DiscussNext.js
ahtisham alinumberle.hashnode.dev·Nov 5, 2024Exploring the New Features in Next.js 15: What Sets it Apart from Previous VersionsThe Next.js framework has long been a favorite among developers for its powerful features and streamlined performance. With the release of Next.js 15, the team at Vercel has introduced a range of upgrades that improve both developer experience and ap...DiscussNext.js
Said Mounaimsaidmounaim.hashnode.dev·Nov 2, 2024Next.js 15 Form Component: A Beginner's GuideHello everyone Next.js 15 introduces a new Form component that makes handling forms easier than ever. Let's take a quick look at how to use it! How to Use the Form Component First, import the Form component: import Form from 'next/form'; Now, let's ...Discuss·58 readsNext.js
Harsh Goswamicoderg-tales.hashnode.dev·Oct 26, 2024Next.js 15 Drops: 8 Features That Will Blow Your MindNext.js 15 marks a significant milestone in the evolution of web development, introducing groundbreaking features that enhance developer experience, performance, and application capabilities. Let's dive deep into the transformative updates that make ...Discuss·28 readsNext.js
nidhinkumarblog.nidhin.dev·Oct 25, 2024Developer Experience and Future Outlook with Next.js 15Next.js 15 is designed to significantly improve the developer experience, especially in large-scale projects. 1.Developer Build Improvements The introduction of features like faster server startup, visual cues for route types, and improved error hand...Discuss#next15
nidhinkumarblog.nidhin.dev·Oct 24, 2024Technical Enhancements in Next.js 15Next.js 15 comes with significant technical advancements, particularly in caching and routing. 1.Caching Semantics One of the major changes is the shift from caching GET Route Handlers by default to making them uncached unless explicitly opted-in by ...Discuss2Articles1Week
nidhinkumarblog.nidhin.dev·Oct 23, 2024Next.js 15 - Part 1Next.js 15 is officially stable, packed with new features and improvements designed to enhance developer experience and performance. This release builds on the foundations laid by the previous release candidates (RC1 and RC2), with a strong focus on ...Discuss2Articles1Week
JealousGxblog.jealous.dev·Oct 23, 2024NextJS 15 Unveiled: Essential Features and Latest UpdatesThe Next.js team recently released Next.js 15, and it brings a host of exciting updates and improvements. Here’s a look at some of the key features and enhancements you can expect. Enhanced Codemod CLI Upgrading to new versions of Next.js has never b...Discuss·1 like·58 readsNext.js