Browsing Tag
nextjs
164 posts
Managing Global State with useReducer and Context API in Next JS 14
Salut, I’ve been a big fan of Next JS since the beginning but since Next JS 13, many…
Add Google Analytics to NextJS/React Website
⨯ src/app/[...slug]/layout.js (50:11) @ dataLayer ⨯ ReferenceError: dataLayer is not defined https://dev.sh20raj.com/sh20raj/add-google-analytics-to-nextjs-website-11gp if your add like that Error…
Five Syntax Highlighting Plugins for NextJS that aren’t Terrible 🎨
As a connoisseur of artisanal tech blogs myself, I’ve found myself lost in the world of syntax highlighters,…
Next.js: The Future Of React?
💡 Introduction Next.js is becoming more and more popular recently. This article explains exactly why it’s getting called…
AWS CDK For Noobs: Deploying NextJS Apps
As a software developer, have you ever wanted to deploy your personal projects to AWS instead of PaaS…
Deploy Next.js to Contabo VPS
Introduction A few days ago I experienced a significant increase users count on one of my web services.…
Leveraging the Loading UI in Next.js App Router
Lately, I’ve been diving deep into the new feature releases that came with Next.js 13 and 14. The…
I made a website teaching you how to calculate the weekday for any past or future date
Wanting to start learning Next.js and being curious about server components, I started building and ended up with…
Next.js SEO: The Complete Checklist to Boost Your Site Ranking
I already posted the original article on Reddit, but to make sure everyone can find this helpful piece…
Taming the Flame: Securely Connecting Next.js and Firebase with TypeScript
Part 1: Laying the Foundation 1. Next.js, Let’s Go! Creating a New Next.js Project: Open your terminal and…