Tag: react

React conditional rendering: 9 methods with examples

React conditional rendering: 9 methods with examples

Dev

Review popular methods to implement conditional rendering in React and determine the best choice for your project.

Esteban Herrera
Jan 10, 2024 ⋅ 15 min read
Implementing React Scroll Animations With Framer Motion

Implementing React scroll animations with Framer Motion

Dev

Learn how to use Framer Motion to create scroll animations for a React app. Create stunning animations without CSS.

David Omotayo
Dec 29, 2023 ⋅ 11 min read
Best Practices For React Iframes

Best practices for React iframes

Dev

Explore use cases for React iframes, embedding external content in a web application, and isolating certain parts of an app.

Chiamaka Umeh
Dec 28, 2023 ⋅ 9 min read
Understanding React's useFormState and useFormStatus Hooks

Understanding React’s useFormState and useFormStatus Hooks

Dev

React released two Hooks intended to help with forms: useFormState and useFormStatus. Learn how to use them in your forms in this post.

Hussain Arif
Dec 21, 2023 ⋅ 6 min read
How To Test React Hooks With Jest, Enzyme, And React Testing Library

How to test React Hooks

Dev

Testing your React app is a necessity, but testing Hooks can get a bit complicated. Learn how to test Hooks multiple ways in this guide.

Yomi Eluwande
Dec 18, 2023 ⋅ 11 min read
Build Full-Stack App React Goxygen

Build a full-stack app with React and Goxygen

Dev

We show how to use Goxgen to scaffold a full-stack React app. See how to integrate React with Go and modify Goxygen to suit your project requirements.

Clara Ekekenta
Dec 6, 2023 ⋅ 8 min read
MERN Stack: Complete Guide

The MERN stack tutorial

Dev

This article covers the basics of the MERN stack and demonstrates how to use it by developing a simple CRUD application from scratch.

Nur Islam
Nov 29, 2023 ⋅ 20 min read
Deploying React Apps To GitHub Pages

Deploying React apps to GitHub Pages

Dev

This article covers how to use GitHub Pages to convert a React app into a static website, as well as how to create a custom domain.

Nelson Michael
Nov 27, 2023 ⋅ 9 min read
Getting Started With Bun And React

Getting started with Bun and React

Dev

Bun is a JavaScript runtime that offers a rich set of features, great speed, and is comparable to Node.js and Deno.

Nelson Michael
Nov 23, 2023 ⋅ 7 min read
What Are React Pure Functional Components

What are React pure functional components?

Dev

Explore the React.memo API, learn the differences between functional and class components in React, and then review pure components.

Glad Chinda
Nov 21, 2023 ⋅ 5 min read
React Suspense: Async Rendering In React

Async rendering in React: Suspense, Hooks, and other methods

Dev

Implement React Suspense to manage async operations, and compare it with other async rendering methods such as the `useEffect` and `useEffect Hooks`.

Yomi Eluwande
Nov 13, 2023 ⋅ 10 min read
Using The React Testing Library Debug Method

Using the React Testing Library debug method

Dev

Use the React Testing Library debug method, and the `logRoles` and `logTestingPlaygroundURL()` methods to identify and analyze test errors.

Ibadehin Mojeed
Nov 3, 2023 ⋅ 12 min read