Lior Amsalemlior-amsalem.hashnode.dev·Aug 2, 2024Nextjs 13 Tutorial, Todo App (2024)In here we want to practice actual code writing skills, This is a Nextjs 13 Tutorial, do so with the very versatile popular tech stack of nextjs (v13, app folder approach) and Mongodb with mongoose in the back and React to handle the view and renderi...Next.js
Muhamad Amir Azmimerazmi.hashnode.dev·Nov 22, 2023NextJS App Router - Database Using PrismaThe current state of NextJS, which is NextJS 14 makes the App Router stable and ready to use for production. The App Router embrace the React Server Component from React which allows developer to interact with database or backend logic directly in Re...127 readsNext.js
Mustafa Dalgasft.hashnode.dev·Oct 24, 2023Solving Next.js Caching Issues on AWS AmplifyDeveloping with Next.js and deploying on AWS Amplify offers many advantages, but we encountered a significant hurdle: caching issues. Despite updates, users kept seeing outdated content, thanks to stubborn caching. Our journey to resolve this led us ...41 readsNext.jsNext.js
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
Manjesh Kumar Sharmamanjeshkgp.hashnode.dev·Apr 28, 2023How to integrate Dark Mode in Next Js 13 with Tailwind CSSWhy use dark mode? Dark mode is important in websites because it improves the user experience, reduces eye strain and fatigue, conserves energy and battery life, and enhances the overall design and aesthetic appeal of the website. Dark backgrounds ma...986 readsTailwind CSS
dahliacodethenporrada.hashnode.dev·Apr 2, 2023Why your Not Found UI is not rendering on NextJS 13If you're wondering why your NextJS 13 app is rendering the default 404 page and not the one you specified in your not-found.js file - keep reading. The wrong way Calling notFound() outside of your react component (in this case I called it in an asyn...1.3K readsNext.js
Mustafa Dalgasft.hashnode.dev·Mar 10, 2023Protecting Private APIs and Pages in Next.js 13Next.js has always been a favorite for its simplicity and powerful features. With the release of Next.js 13, the framework introduced a new way to handle middleware, making it even easier to add protection layers to your application. In this post, I'...186 readsNext.jsNext.js
Alireza Davoodi Niaalirezadev.hashnode.dev·Mar 1, 2023What's New in Nextjs 13!?Nextjs is a popular React framework for building fast and dynamic web applications. It offers features such as server-side rendering, static site generation, image optimization, code splitting and more. In October 2021, Nextjs released its latest ver...1 like·82 readsNext.js