Browsing Tag
nextjs
164 posts
Stripe Payments with Nextjs
Github: stripe-next-payments Overview Stripe is a payments processor that allows developers like me and you to easily collect…
What’s new in Nextjs 14 ✨
TL;DR Next.js , a popular JavaScript framework, has just released its latest version, Next.js 14. This update brings…
PDF Viewer in Nextjs 13.4 using @react-pdf-viewer
PDFs are a ubiquitous format for sharing documents and information. In web applications, it’s often necessary to integrate…
Easy Context in React Server Components (RSC)
Continuing the need to have easy context from my other posts, I wanted to find a way to…
Part 1.1 – Build a fullstack blogging website using MERN ( MongoDB, ReactJS, ExpressJS and NodeJS )
👋 Hey there, today in this blog we will start a new series where we will learn “how to…
Easy Shared Reactive State in React without External Libraries
Right now using useState with useContext requires a LOT of boilerplate. For every context you have to custom…
Top 5 form validation libraries in React JS and Next JS
Formik is a widely used library for building forms in React, next, and Vuejs as well. It includes…
Implementing Dark and Light Themes in Next.js 13 with Tailwind CSS
Setting Up Dark and Light Themes in Next.js 15 with Tailwind CSS In this blog, we’ll walk you…
Learn Next.js 13 Within 2 Hours
🚀 Exciting News: Next.js 13 Workshop is Here! 🚀 Hi all, I have been receiving a lot of…
How to solve hydration error in Next.js
If you recently transitioned from using React to Next.js, you must’ve encountered this error “Error: Hydration failed because…