Tag: react

Ariakit Logo

Using Ariakit components in React apps

Dev

Ariakit is an open source, low-level component toolkit for building accessible web applications in React. Let’s explore how to use it.

David Omotayo
Oct 28, 2022 ⋅ 8 min read
Transitioning React App Light Dark Mode

Transitioning a React app between light and dark mode in CSS with Theme UI

Dev

Learn how to build a React app that can be transitioned from light to dark mode using Theme UI with this tutorial guide.

Murat Yüksel
Oct 27, 2022 ⋅ 7 min read

The guide to converting Angular apps to React

Dev

Learn about the considerations to make, the advantages and disadvantages of migrating, and the process of converting an Angular app to React.

Nefe Emadamerho-Atori
Oct 25, 2022 ⋅ 12 min read
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
React Logo Over Windows

React performance optimization: Windowing vs. component recycling

Dev

When optimizing the performance of large lists of data in React, what is better: windowing or component recycling?

Iskander Samatov
Oct 7, 2022 ⋅ 5 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