Tag: react

Migrating to React Router v6: A Complete Guide

Migrating to React Router v6: A complete guide

Dev

Migrate your React Router applications from v5 to v6 with this in-depth guide, including a review of additions and improvements from v5.

Joel Adewole
Oct 25, 2022 ⋅ 14 min read
Create A React Chat Assistant With Dialogflow CX

Create a React chat assistant with Dialogflow CX

Dev

Dialogflow can be used to implement several types of virtual agents, such as voice bots, chatbots, and phone gateways.

Chinedu Okere
Oct 17, 2022 ⋅ 11 min read
Immutability React Mutate Objects

Immutability in React: Should you mutate objects?

Dev

If an object is immutable, you cannot change its state, the value of its properties, or add new properties to the object.

Esteban Herrera
Oct 14, 2022 ⋅ 7 min read
Deploying React Apps Netlify

Deploying React apps to Netlify: 3 methods

Dev

Once you choose your preferred deployment method and meet the requirements, you can typically deploy your app to Netlify in under 60 seconds.

Praise Adanlawo
Oct 14, 2022 ⋅ 7 min read
Build A Server-Rendered React App With Next.js And Express

Build a server-rendered React app with Next.js and Express

Dev

One of Next.js’ strong points is that it handles server-side rendering excellently, and it integrates with Express just as well.

Ogundipe Samuel
Oct 4, 2022 ⋅ 7 min read
React Logo and OneDev Logo

Build and deploy a React web app from OneDev

Dev

This guide demonstrates how to set up a simple build, test, and deploy workflow in OneDev for a React web app.

Brian De Sousa
Oct 4, 2022 ⋅ 8 min read
Build a chrome extension in Plasmo with React

Build a chrome extension in Plasmo with React

Dev

Learn how you can build chrome extensions efficiently and simply using the React framework Plasmo.

Georgey V B
Sep 30, 2022 ⋅ 6 min read

Using React Transition Group to improve UI

Dev

In this React Transition Group tutorial, learn how to use the CSSTransition and TransitionGroup components in your React app to improve UX.

Obinna Ekwuno
Sep 22, 2022 ⋅ 8 min read
Logo Over Colors

5 Mantine Hooks for simplifying UI management in React

Dev

Mantine, a React component library, has created a collection of custom Hooks to handle various tasks. Let’s take a look at my favorite five.

Chinwike Maduabuchi
Sep 21, 2022 ⋅ 5 min read
Using Linaria For Faster Css In Js In React Apps

Using Linaria for faster CSS-in-JS in React apps

Dev

In this article, we will explore how to use a zero-runtime CSS-in-JS library called Linaria in React applications.

Ibadehin Mojeed
Sep 20, 2022 ⋅ 8 min read
React Jest Pupeteer E2e Testing

React end-to-end testing with Jest and Puppeteer

Dev

Catch bugs in your code before your React app is live by performing end-to-end testing with Jest and Puppeteer.

Yomi Eluwande
Sep 20, 2022 ⋅ 10 min read
Create Own React Hooks

How to create your own custom React Hooks

Dev

In React, a custom Hook is a function that starts with the word “use” and may call other Hooks.

Austin Roy Omondi
Sep 16, 2022 ⋅ 6 min read