Tag: react

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
Jul 23, 2024 ⋅ 20 min read
React Hook Form: A Guide With Examples

React Hook Form: A guide with examples

Dev

Use the React Hook Form library to build forms in React without using any complicated render props or higher-order components.

Vijit Ail
Jul 23, 2024 ⋅ 10 min read
Using Chart.js In React

Using Chart.js in React

Dev

Visualize data in your React project using Chart.js, a JavaScript library that creates bar, pie, line charts, and more.

Chinwike Maduabuchi
Jul 17, 2024 ⋅ 7 min read
React Router Dom: How To Handle Routing In Web Apps — Tutorial With Examples

React Router DOM: How to handle routing in web apps

Dev

React Router DOM contains the DOM bindings for React Router. Learn about its essential components and how to build routes with parameters.

Esteban Herrera
Jul 10, 2024 ⋅ 13 min read
Headless UI Alternatives: Radix Primitives, React Aria, Ark UI

Headless UI alternatives: Radix Primitives, React Aria, Ark UI

Dev

Check out alternatives to the Headless UI library to find unstyled components to optimize your website’s performance without compromising your design.

Amazing Enyichi Agu
Jul 5, 2024 ⋅ 8 min read
React Error Handling With React-Error-Boundary

React error handling with react-error-boundary

Dev

Check out how to handle React errors using the react-error-boundary library.

Yusuff Faruq
Jul 3, 2024 ⋅ 12 min read
Exploring The React Compiler: A Detailed Introduction

Exploring the React Compiler: A detailed introduction

Dev

The new React Compiler promises to streamline frontend development with React by eliminating the need for manual memoization and optimization.

David Omotayo
Jul 3, 2024 ⋅ 11 min read
How To Use Axios POST Requests

How to use Axios POST requests

Dev

This article offers an intro to Axios and covers how to use the Axios POST method in vanilla JavaScript and React.

Chimezie Innocent
Jul 1, 2024 ⋅ 12 min read
Using Chrome's Document Picture In Picture Api In React

Using Chrome’s Document Picture-in-Picture API in React

Dev

Chrome’s new Document Picture-in-Picture API builds on the PIP API to open up a wider range of possibilities for user interaction.

Peter Ekene Eze
Jun 26, 2024 ⋅ 4 min read
Best React Scheduler Component Libraries

Best React scheduler component libraries

Dev

React scheduler component libraries provide software developers with a wide range of tools to build powerful scheduling applications in their React projects.

Frank Joseph
Jun 25, 2024 ⋅ 9 min read
Using Next Js With React Suspense To Create A Loading Component

Using Next.js with Suspense to create a loading component

Dev

Next.js 13 introduced some new features like support for Suspense, a React feature that lets you delay displaying a component until the children have finished loading.

Suraj Vishwakarma
Jun 19, 2024 ⋅ 9 min read
A Guide To React 19’s New Document Metadata Feature

A guide to React 19’s new Document Metadata feature

Dev

The recent release of React 19 introduced Document Metadata, a feature that manages meta tags and elements like titles and […]

Boemo Mmopelwa
Jun 17, 2024 ⋅ 5 min read