Build lightweight, custom toaster notifications in React using the Context API—no dependencies needed!
Enhance your React/Next.js projects with TypeScript for better type safety and code hinting. Learn how to use ENUMs for type-safe HTML select elements.
Explore how to create a user-friendly UI for FFMPEG using Electron and React, simplifying video conversions with real-time progress updates and quality control.
Master Next.js 14 authentication with our guide on JWTs, custom middleware, cookie storage, and Cloudflare Turnstile for top-notch security and user experience.
A quick tutorial on how to create a star field background effect in React / Next.js.
Master TypeScript's key features—Generics, Discriminated Unions, and Type Guards—with hands-on examples. Boost your code's type safety and flexibility.
Build a route change loading overlay using `next/router` events.
By leveraging the strengths of React, Tailwind CSS, and Daisy UI, we can create a user-friendly and aesthetically pleasing file uploader.
Learn to create a typewriter animation using React and Tailwind CSS. Step-by-step guide to add a retro touch to your web design.
In this article, I'm going to show you how to create a very simple, yet elegant, dropdown menu using nothing but Next.js and Tailwind CSS.
In this tutorial, we'll walk you through the process of creating a basic authentication provider in Next.js.
Learn how you can create your own reusable universal form controller to use across your Next.js app.
In this tutorial, we will explore how to create a custom React component that combines the power of Tailwind CSS for styling and Howler for audio playback.
In this article, we'll be exploring how to create a Google login button in React without relying on any external dependencies.
In this article, I'll show you how to create a robust OTP code input component for React.js, using no other dependencies.
In this tutorial, I'll show you how to create a modal dialog overlay and disable the body scroll bars when it is open using Next.js 13 / React.
In this tutorial, I'll show you how to leverage the power of Tailwind CSS and Next.js to create a simple yet elegant mobile-responsive sidebar using no other dependencies.
In this article, I'm going to show you how to implement CloudFlare's Turnstile CAPTCHA service in a React or NextJS app using Le0Developer's react-turnstile package.
In this tutorial, I'll show you how to authenticate a user against an Azure AD domain in a NextJS 13 app environment.
In this tutorial, I'm going to show you how to utilize OpenAI's text-davinci API, more commonly known as ChatGPT, in conjunction with NextJS's fabulous automatic locale detection and Static Site Generation (SSG), to automate translation of your website content at built-time.
In this tutorial, I'll show you how to create your own infinite scroll component in NextJS / React without depending on an external library.
Markdown is the preferred language for creating content for blogs and websites because it is simpler and easier to learn than HTML. In this tutorial, I'll show you how to format your markdown as HTML in React and then style it with SASS.
Incremental Static Regeneration is a new feature of Next.JS. It allows specific pages to regenerate without having to completely rebuild the app. I'll show you how to get it up and running in a few minutes and lines of code.
In this tutorial, I'll show you how to create a code copy button to our React-Markdown code syntax block.
Learn how to create your own completely-free cloud-hosted blog using Contentful, Vercel and Next.JS.
Contentful is my new favorite headless CMS. I use it primarily for generating React / Next.JS static pages. In this tutorial, I'll show you how to programmatically create a Contentful entry with linked objects (references).
I'll show you how to create a custom Next.JS next-link component with a Bootstrap icon.
In today's mobile world, it's important to serve images according to screen size. I'll show you how to automate this process.