Tag: react

React Hooks Cheat Sheet Best Practices Examples

React Hooks cheat sheet: Best practices with examples

Dev

Editor’s note: This React Hooks tutorial was last updated on 6 March 2023 to include more React Hooks best practices […]

Ohans Emmanuel
Feb 20, 2023 ⋅ 18 min read
How To Create An Audio And Video Recorder In React

How to create a video and audio recorder in React

Dev

Learn how to build a custom audio and video recorder in React using the native HTML MediaRecorder API and MediaStream API.

Iniubong Obonguko
Feb 16, 2023 ⋅ 7 min read
Event Bubbling and Capturing in React

Event bubbling and capturing in React

Dev

This article will look to handle events in React through event delegation, propagation, bubbling, capturing, and SyntheticEvents in React.

Isaac Okoro
Feb 14, 2023 ⋅ 6 min read
Implementing Notifications in React With Reapop

Implementing notifications in React with Reapop

Dev

In this article, we’ll learn about the Reapop API and build a simple React app to implement notifications with Reapop.

Lawrence Eagles
Feb 13, 2023 ⋅ 6 min read
How to initialize state using React Hooks

How to initialize state using React Hooks

Dev

Learn how to initialize state and implement advanced React component patterns using React Hooks like useState and the key property.

Ohans Emmanuel
Feb 13, 2023 ⋅ 8 min read
Building An Audio Player In React To Play Sound Or Music

Building an audio player in React to play sound or music

Dev

Learn to build an audio player in React from scratch with custom controls that look consistent across browsers.

Ibadehin Mojeed
Feb 10, 2023 ⋅ 18 min read
Optimizing performance in a React app

Optimizing performance in a React app

Dev

In this guide, we will discuss some important ways to optimize the performance of a React application, including pre-optimization techniques.

Ibadehin Mojeed
Feb 9, 2023 ⋅ 12 min read
Build powerful React forms with Informed

Build powerful React forms with Informed

Dev

Learn how to build forms that are resilient and customizable with Informed, a new competitor to Formik for React form building.

Ohans Emmanuel
Feb 9, 2023 ⋅ 12 min read
How to Use Axios POST Requests

How to use Axios POST requests

Dev

In this article, we’ll learn how to use the Axios POST method in vanilla JavaScript and a framework like React.

Chimezie Innocent
Feb 8, 2023 ⋅ 9 min read
Debug React Apps With React Developer Tools

Debug React apps with React Developer Tools

Dev

In this tutorial, we’ll explain how to use Rect Developer Tools to debug your React applications with practical examples.

Peter Ekene Eze
Feb 8, 2023 ⋅ 10 min read
Comparing React Testing Libraries

Comparing React testing libraries

Dev

If you create something, no matter what, you should test it before serving it to others. Let’s take a look at some React testing strategies.

Murat Çatal
Feb 8, 2023 ⋅ 15 min read
Using React With Popper And Styled Components

Using React with Popper and styled-components

Dev

Let’s look at how to use React with Popper, a JavaScript library that helps you manage your popovers easily.

Elijah Agbonze
Feb 7, 2023 ⋅ 14 min read