
How to Stop Background Scroll When a Modal Opens in React
Lock page scroll behind dialogs in React and Next.js with a small hook, CSS class toggle, and iOS-safe body fixes.
29 Designly tutorials tagged React, covering full-stack development, design, and systems engineering.

Lock page scroll behind dialogs in React and Next.js with a small hook, CSS class toggle, and iOS-safe body fixes.

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.

Replace reCAPTCHA with Turnstile in Next.js and React. Server-side siteverify, widget setup, and form protection walkthrough.

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.