Tag: react

Using Recharts in React to add charts

Dev

Learn how to use Recharts in a React application that fetches data from Sanity to summarize an extensive dataset in a visually appealing way.

Precious Luke
Nov 8, 2021 ⋅ 5 min read
understanding react compound components

Understanding React compound components

Dev

Using compound components can be extremely beneficial. Here’s what they are and how to use them in your React app.

Aditya Agarwal
Nov 5, 2021 ⋅ 5 min read
Comparing the top three React lightbox libraries

Comparing the top 3 React lightbox libraries

Dev

Figure out which of the React lightbox libraries with the most weekly npm downloads is right for your project in this comparison post.

Sheriff Quadri
Nov 4, 2021 ⋅ 6 min read
Laptop, Tablet, and Mobile Device Showing the Same Content

Using Drizzle and React to write DApp frontends

Dev

Discover how to use the Drizzle framework to build frontend applications on Ethereum with this practical example.

Ikeh Akinyemi
Nov 3, 2021 ⋅ 6 min read

Comparing React form builders: Formik vs. Unform

Dev

Compare the flexibility and state management capabilities of Formik to the lightweight, performative qualities of Unform and determine which React form building library is best for your project.

Diogo Souza
Nov 1, 2021 ⋅ 6 min read
Decentralized data storage using IPFS: A tutorial with examples

Decentralized data storage using IPFS and React: A tutorial with examples

Dev

In this tutorial, we’ll introduce you to the InterPlanetary File System (IPFS) and demonstrate how to upload and store data through a distributed file system.

Ikeh Akinyemi
Oct 28, 2021 ⋅ 4 min read
Automatically Generate React Components With Plop.js

Automatically generate React components with Plop.js

Dev

Editor’s note: This post was on 28 October 2021. It may still contain information that is out of date. Do […]

Austin Malerba
Oct 28, 2021 ⋅ 7 min read
React Phone Number

react-phone-number-input: Detecting international location

Dev

Build a phone number form input field in React that automatically recognizes the unique country code and formats it according to that country’s standard.

Coner Murphy
Oct 28, 2021 ⋅ 8 min read
Using Axios.all To Make Concurrent Requests

Using axios.all to make concurrent requests

Dev

Learn about Axios’ axios.all function for HTTP requests, differentiating Promise.all and axios.all, and making concurrent API requests.

Ejiro Asiuwhu
Oct 26, 2021 ⋅ 5 min read

Getting started with startTransition in React 18

Dev

Don’t let expensive UI renders slow you down! With React 18’s startTransition feature, you don’t have to sacrifice reactivity for good UI.

Arjuna Sky Kok
Oct 26, 2021 ⋅ 5 min read
ArangoDB React Nextjs

Using ArangoDB with React and Next.js

Dev

Explore ArangoDB, a multi-model database for documents, graphs, and key-values. Create database collections both from an online ArangoDB dashboard and Node.js drivers.

Alex Merced
Oct 22, 2021 ⋅ 6 min read
Using material-table to Build Feature-Rich Tables in React

Using material-table in React to build feature-rich data tables

Dev

Let’s review how to create tables in React using one of the best and most feature-rich libraries available: material-table.

Mohammad Faisal
Oct 22, 2021 ⋅ 9 min read