Akshay ShindeHow to get client IP address in nextjs app router?Have you ever wanted to show a specific message or redirect users to a different route based on their location (IP)?Oct 20
Mert EnercanNextJS 14 Folder StructureOnce again, it’s 5 in the morning, and here I am. Since I began learning ReactJS, I’ve developed a bit of an obsession with folder…Oct 6, 20236
Ala Eddine MenaiDid they tell you about userAgent in NextJS?I just discovered it today and will try it while writing about it.Oct 6Oct 6
Kulsum AnsariNext.js App Router: RoutingThe next.js version 13 has introduced the app router, which works with the app directory of the application. The app directory can work…Apr 191Apr 191
Ala Eddine MenaiI just discovered useSelectedLayoutSegment and useSelectedLayoutSegments hooks in NextjsAfter I read the documentation, I found it needs a more detailed explanation.Oct 5Oct 5
Akshay ShindeHow to get client IP address in nextjs app router?Have you ever wanted to show a specific message or redirect users to a different route based on their location (IP)?Oct 20
Mert EnercanNextJS 14 Folder StructureOnce again, it’s 5 in the morning, and here I am. Since I began learning ReactJS, I’ve developed a bit of an obsession with folder…Oct 6, 20236
Ala Eddine MenaiDid they tell you about userAgent in NextJS?I just discovered it today and will try it while writing about it.Oct 6
Kulsum AnsariNext.js App Router: RoutingThe next.js version 13 has introduced the app router, which works with the app directory of the application. The app directory can work…Apr 191
Ala Eddine MenaiI just discovered useSelectedLayoutSegment and useSelectedLayoutSegments hooks in NextjsAfter I read the documentation, I found it needs a more detailed explanation.Oct 5
James OwenHow to send email forms using Next.js 13 with nodemailerThis article is to help anyone unsure of how to implement an email form using Next.js 13 which takes user input and sends an email, using…Sep 18, 20234
Asian Digital HubWhat’s New in Next.js 13?Next.js, a popular framework for building React applications, has introduced a series of exciting updates in its latest version. This…Sep 16
Tanzim ChowdhuryNext.js: App Router vs Pages Router — What You Need to Know (202As developers, one of the first challenges we face when building web apps is figuring out how users will move between different pages or…Oct 24