Femi Wallacethisiswallace.hashnode.dev·Sep 26, 2023Mastering server components with TRPC in Next.js 13Introduction In the ever-evolving landscape of web development, staying on top of the latest trends and technologies is essential. Next.js, a popular React framework, continues to lead the way with its groundbreaking features. One of the most signifi...11 likes·446 readstrpc
Shrikant Dhayjeshriekdj.hashnode.dev·Jun 22, 2023How to Add Google Ad Sense in Next.js 13 With App Router, Auto Ads and Unit AdsHello everyone! Today, I'm going to talk about how to run Google AdSense and Google AdSense ad units. The Problem We can add the AdSense code in the head tag of a Next.js 13 app router, but the problem arises when dealing with Google AdSense ad units...70 readsGoogleAdsense
Niaz Morshedniazmorshed.hashnode.dev·May 20, 2023Choosing Between Server and Client Components in Next.jsIn Next.js, deciding whether to use Server Components or Client Components can have a significant impact on your application's performance and functionality. In this blog post, we will explore the use cases for each component type and guide when to c...2 likes·103 readsNext.js
Lior Amsalemlior-amsalem.hashnode.dev·Apr 1, 2023How to Migrate nextjs v12 to v13 app FolderNew existing changes coming in to nextjs! here's an helpful general purpose guideline to how to migrate your nextjs v12 implementation to v13. Intro Next.js, a popular framework for building server-rendered React applications, has released version 13...10 likes·1.5K readsNext.js
akshay khaledev.akshaykhale.com·Nov 3, 2022A quick look at NextJS13. What’s changed, what’s new, and what’s improved…Next JS In the last week, Varcel made a lot of announcements at their NextJS conference (NextConf), it was a fascinating event with some significant announcements and keynotes by our favorite Dev-YouTubers (or should I say Dev-tubers). Most of the an...Next.js