Browsing Tag
nextjs
77 posts
DopeSaaS: The Comprehensive NextJS Starter Kit for Rapid SaaS Development
Introduction to DopeSaaS DopeSaaS stands as a monumental advancement in the world of software development, specifically tailored for…
I built an Markdown editor using Next.js and TailwindCss 🔥
Join me on this project where we build an online Markdown editor using the latest version of Nextjs.…
Implementing Feature Flags with Next.js and App Router
Introduction In this article we will discuss how we can combine the power of Vercel and feature flags…
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…