Browsing Tag
nextjs
146 posts
Lessons from open-source: try..catch(_)?
This lesson is picked from Next.js source code. In this article, you will learn that you can use…
Unveiling the Mechanics Behind Next.js Path Matching
In the rapidly evolving landscape of web development, Next.js has emerged as a beacon for developers seeking to…
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…