Tag: react

Update React Version Using Codemod

Using Codemod to upgrade your React version

Dev

Learn how to use Codemod to make refactoring code and React version upgrades painless and enjoy cutting-edge updates without compromises

Nausheen Sujela
Nov 30, 2020 ⋅ 3 min read
Firebase and React logos.

Creating a Google Keep clone with React and Firebase

Dev

This tutorial shows you how to create a simple Google Keep clone using Firebase and React that allows users to write a title for their notes and input text in the body.

David Aji
Nov 27, 2020 ⋅ 7 min read
React Recoil in Action: Building a Reusable Code Block Component

Recoil in action: Building a reusable code block component

Dev

We demonstrate how to use Recoil, a lightweight state management library for React, to persist user preferences in a reusable code block component.

'Tomi Odusanya
Nov 25, 2020 ⋅ 6 min read
What's new in CRA 4.0

What’s new in create-react-app 4.0.0

Dev

Create React App 4.0.0 is a major release and it comes with some awesome features. Learn more about the new features and notable changes.

Lawrence Eagles
Nov 24, 2020 ⋅ 4 min read
Getting started with radioactive state in React

Getting started with radioactive state in React

Dev

Learn what you need to know (and what you need to look out for) when getting started with radioactive state.

Lawrence Eagles
Nov 19, 2020 ⋅ 8 min read
The single-spa logo over a background featuring puzzles.

Creating micro-frontend apps with single-spa

Dev

Want to create a micro-frontend from scratch? This tutorial shows you how to do it with single-spa and React.

Diogo Souza
Nov 17, 2020 ⋅ 7 min read
React Typescript Guide

Your reference guide to using TypeScript in React

Dev

Here’s a quick reference guide where you can learn about best practices and generic TypeScript types in React.

Chidume Nnamdi
Nov 17, 2020 ⋅ 6 min read
chakra vs bumbag ui frontend

Why and when to use Chakra versus Bumbag

Dev

Read about Chakra and Bumbag, how their features differ, which one to choose for your project, and how to get started with both of them. 

Solomon Eseme
Nov 16, 2020 ⋅ 6 min read
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