Categories → nextjs
-
Highlight Active Link in Next.js 14 with App Router
Check active navigation links in Next.js 14 with App router & usePathname. Master nested URLs and root path handling for better user experience
-
SEO in Next.js 14 with Metadata API
Master SEO in Next.js with the guide on using the new Metadata API. Improve your web application's search engine rankings with these best practices and tips.
-
Are React Client Components All Bad? A Look At Next.js 13
Learn why React Client Components are not to be avoided and how they can be used alongside Next.js 13's React Server Components for optimal results
-
Build a Streaming AI Chat App with Vercel AI SDK and Next.js
Step-by-step guide on building a streaming AI chat app with Next.js and Vercel AI SDK. Follow along and create a seamless chat experience for your users.
-
SEO in Next.js 13 with Metadata API
Master SEO in Next.js with the guide on using the new Metadata API. Improve your web application's search engine rankings with these best practices and tips.
-
Redirect to a page from Next.js API Route
Learn how to implement page redirection for users who sign up for your newsletter using Next.js API routes in a few simple steps