Tag: react

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
React Leaflet Tutorial

React Leaflet tutorial

Dev

Learn about Leaflet and its React counterpart, React-Leaflet, the open source and free mapping alternative to Google Maps and MapBox.

Leigh Halliday
Oct 22, 2021 ⋅ 4 min read

Build a custom TikTok autoplay React Hook with Intersection Observer

Dev

Create a React Hook for autoplaying videos with Intersection Observer to create a TikTok clone in this tutorial and example build.

Joel Adewole
Oct 20, 2021 ⋅ 6 min read
Braintree Payment System React

How to integrate a Braintree payment system in React

Dev

Braintree helps you implement a payments system effortlessly. This tutorial will show you how to use its Drop-in UI to get started.

Antonello Zanini
Oct 19, 2021 ⋅ 8 min read
React ReReselect

React re-reselect: Better memoization and cache management

Dev

Improve your React application’s components and reduce unnecessary re-rendering with re-reselect, a lightweight wrapper for Reselect.

Kasra Khosravi
Oct 18, 2021 ⋅ 5 min read
Animations using React Hooks and GreenSock

Animations using React Hooks and GreenSock

Dev

Learn how to implement powerful animations using React Hooks and GreenSock in this tutorial, which covers basic and advanced concepts.

Paul Ryan
Oct 13, 2021 ⋅ 7 min read

How to implement feature flags in React

Dev

Learn how to safely test changes to your React apps without deploying code using feature flags in Flagsmith.

Geshan Manandhar
Oct 13, 2021 ⋅ 6 min read