Tag: react

Persist State With Redux Persist Using Redux Toolkit In React

Persist state with Redux Persist using Redux Toolkit in React

Dev

With Redux Persist, developers can save the Redux store in persistent storage so even after refreshing the browser, the site state will be preserved.

Taminoturoko Briggs
Dec 7, 2023 ⋅ 12 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
9 Ways To Deploy A React App For Free

9 ways to deploy a React app for free

Dev

Check out these nine different ways to deploy a React app for free, including Vercel, Firebase, and Cloudflare Pages.

Ashutosh Singh
Nov 30, 2023 ⋅ 11 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
How to Create a Multilevel Dropdown Menu in React

How to create a multilevel dropdown menu in React

Dev

See how to implement a single- and multilevel dropdown menu in your React project to make your nav bars more dynamic and user-friendly.

Ibadehin Mojeed
Nov 6, 2023 ⋅ 18 min read
How To Implement Drag And Drop In React With React DnD

How to implement drag and drop in React with React DnD

Dev

Review how to easily implement the drag-and-drop functionality in React using React DnD.

Paramanantham Harrison
Nov 3, 2023 ⋅ 8 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