nidhinkumarblog.nidhin.dev·Jan 3, 2025Next.js use cache directiveuseCache directive from Next.js designates a component and/or a function to be cached. It can be used at the top of a file to indicate that all exports in the file are cacheable, or inline at the top of a function or component to inform Next.js the r...10 likesNext.js
Amaanamaan8429.hashnode.dev·Jan 1, 2025End-to-End DevOps with ESLint, Prettier, Husky, GitHub Actions, CI/CD, and VercelStart by creating a new nextjs project Now let’s install everything. npm install --save-dev prettier eslint-config-prettier husky lint-staged eslint-plugin-prettier Now let’s create three files: .prettierignore, .eslintrc.json, and .prettier...10 likes·73 readsPrettier
Hack Unitedblog.hackunited.org·Dec 16, 2024Exploring the Latest Versions of Next.js 15 and React 19: A Leap Forward in Web DevelopmentAlso, before we get started, this is something you need to know: REGISTRATION FOR V4 OF United Hacks HACKATHON is now open!!! https://unitedhacksv4.devpost.com/ make sure to register now!! Next.js 15: What’s New? Next.js 15 introduces a wealth of fea...unitedhacksv4
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...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...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...Next.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...Next.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 ...84 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 ...29 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...#next15