Tag: react

React logo above an image of a movie theatre.

Building a movie search app in React

Dev

Check out this tutorial to build a movie app with React that lets users search and find information on their favorite movies.

Roberta Akoto
Nov 16, 2020 ⋅ 6 min read
How to Create an Avatar Feature with React

How to create an avatar feature with React

Dev

The react-avatar library provides an intuitive way to build an avatar-creation feature into your React application.

Yusuff Faruq
Nov 12, 2020 ⋅ 4 min read
Why you should adopt React Hooks instead of classes

Why you should adopt React Hooks instead of classes

Dev

In this post, we will look at functional components using React Hooks and why you should use them over class components.

Nwose Lotanna
Nov 12, 2020 ⋅ 3 min read
Lazy Loading React Components

Lazy loading React components

Dev

Learn how to apply code-splitting and lazy loading to React components with React.lazy() and React.Suspense.

Glad Chinda
Nov 11, 2020 ⋅ 5 min read
React Patterns to Avoid Common Pitfalls in State Management

React patterns to avoid common pitfalls in local state management

Dev

Review some of the most common pitfalls of local state management in React, along with the patterns to help avoid them.

Lawrence Eagles
Nov 11, 2020 ⋅ 7 min read
Using D3.js v6 With React

Using D3.js v6 with React

Dev

Version 6 is the most recent D3.js release. Learn how you can use it to create charts and manipulate graphics in your React apps.

John Au-Yeung
Nov 6, 2020 ⋅ 6 min read
Creating contexts for fun and profit

Creating React contexts for fun and profit

Dev

We dive into what a context is in React, when you should be reaching for them, and the best way to create them.

Kristofer Selbekk
Nov 4, 2020 ⋅ 4 min read
5 Alternatives to Frontity

5 alternatives to Frontity

Dev

In this guide, we’ll show you how to use Frontity and introduce you to some alternative solutions for building WordPress sites with React.

Solomon Eseme
Oct 30, 2020 ⋅ 4 min read
Throttling Data Requests With React Hooks

Throttling data requests with React Hooks

Dev

In this tutorial, we’ll build a React Hook that enables us to gradually load data without blocking the UI of the browser.

John Reilly
Oct 21, 2020 ⋅ 9 min read
Internationalization React Lingui

How to set up internationalization in React using Lingui.js

Dev

Here’s how to integrate Lingui.js with a React app and add internationalization capabilities to your application.

Kasra Khosravi
Oct 12, 2020 ⋅ 5 min read
Using Vue Composition API in React Functional Components

Using Vue Composition API in React functional components

Dev

The experimental reactivue package allows you to take the best parts of the Vue Composition API and React Hooks and use them together.

Olasunkanmi John Ajiboye
Oct 9, 2020 ⋅ 5 min read
Benchmarking Bundlers in 2020: Parcel.js vs. Rollup vs. webpack

Benchmarking bundlers 2020: Rollup vs. Parcel vs. webpack

Dev

Bundlers serve as a cornerstone technology for all modern web apps. We’ve benchmarked Rollup, Parcel.js, and webpack across multiple criteria.

Zain Sajjad
Oct 7, 2020 ⋅ 6 min read