Ayu's Notes On Blog

Ayu's Notes On Blog

Follow
homeSponsorsbadgesnewsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Building Portfolio with Next.js: Add Navbar, Footer, and Metadata

Jul 20, 20232 min read

Hello Friends 👋, So, I've added a navbar, footer, and metadata to my project. What I Learned Root Layout Root layout applies to all routes and is...

Building Portfolio with Next.js: Add Navbar, Footer, and Metadata

Building Portfolio with Next.js: Migrate to App Router

Jul 19, 20233 min read

Hello Friends 👋, As mentioned in the earlier post, I mistakenly read the Pages Router docs instead of the App Router. To use the App Router...

Building Portfolio with Next.js: Migrate to App Router

Building Portfolio with Next.js: Add Pages

Jul 11, 20233 min read

Hello Friends 👋, I executed the plan to add pages to the portfolio project. I love how convenient routing handling is in Next.js. What I Learned App...

Building Portfolio with Next.js: Add Pages

Building Portfolio: Install Next.js and Tailwind with pnpm

Jul 10, 20232 min read

Hello Friends 👋, As I learn and build my portfolio website with Next.js and Tailwind in public, I will write the process and progress. This time, I...

Building Portfolio: Install Next.js and Tailwind with pnpm