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
5 articles categorized as:
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
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.
Check active navigation links in Next.js 13 with App router & usePathname. Master nested URLs and root path handling for better user experience
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.
Learn how to implement page redirection for users who sign up for your newsletter using Next.js API routes in a few simple steps