Tag: react

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
Best Text Editors For React

Best text editors for React

Dev

Explore the top rich text editors for React, including ProseMirror and Quill, and compare them based on learning curve, plugins, mobile support, and more.

Fimber Elemuwa
Nov 2, 2023 ⋅ 7 min read
Using Crystalize Js With React For Dynamic State Management

Using Crystalize.js with React for dynamic state management

Dev

State management is a very relevant concept in modern app development, especially for single-page applications. It is used to control […]

Onuorah Bonaventure
Oct 31, 2023 ⋅ 23 min read
Five Best Popover Libraries For React

5 best popover libraries for React

Dev

Let’s explore 5 React popover libraries that you can use to enhance UX and interactivity without having to implement popovers from scratch.

Ibadehin Mojeed
Oct 27, 2023 ⋅ 9 min read
A Complete Guide To React Refs

A complete guide to React refs

Dev

React refs, or references, allow you to reference and interact with DOM nodes or React components directly.

Jeremias Menichelli
Oct 24, 2023 ⋅ 10 min read
Using React Styleguidist To Collaborate On Component Design

Using React Styleguidist to collaborate on component design

Dev

Let’s explore React Styleguidist, a component-driven development library that’s also useful for creating quick, shareable documentation.

Elijah Asaolu
Oct 24, 2023 ⋅ 7 min read
Using shiny.react to build dynamic styles

Using shiny.react to build dynamic styles

Dev

Shiny.React is an R package that provides components for building complex dynamic styles. Learn how to use it in React apps here.

Ivy Walobwa
Oct 23, 2023 ⋅ 5 min read