Tag: react

How to build an ecommerce website with 8 base and React

Building an ecommerce website with React and 8base

Dev

This tutorial walks you through the process of building an ecommerce website using 8base and React.

Ogundipe Samuel
Dec 5, 2019 ⋅ 9 min read
Updating Your Existing Apps for Accessibility

Updating your existing apps for accessibility

Dev

Improving accessibility to apps built with React and Vue for users with visual, auditory, and other impairments can help boost user retention.

Raphael Ugwu
Nov 28, 2019 ⋅ 4 min read
Rendering Sibling Elements In React Using Fragments

Rendering child elements in React using Fragments

Dev

See how Fragments can help solve a common problem in React, and learn their shorthand syntax while you’re at it.

Danny Guo
Nov 26, 2019 ⋅ 3 min read

How is getSnapshotBeforeUpdate implemented with Hooks?

Dev

You may have wondered whether Hooks cover all the same use cases React classes handle. Well, the answer is no.

Ohans Emmanuel
Nov 20, 2019 ⋅ 6 min read
A tutorial on using Test Driven Development with React Test Renderer

TDD with React Test Renderer

Dev

Find out how to use React Test Renderer to test React components.

Alexander Solovyev
Nov 10, 2019 ⋅ 8 min read
Building A Responsive Camera Component With React Hooks

Building a responsive camera component with React Hooks

Dev

Learn how to use React Hooks to build a responsive camera component, then style it with styled-components.

Andrew James
Nov 7, 2019 ⋅ 9 min read

Solutions to frustrations with React Hooks

Dev

In a previous post, we talked about Frustrations with React Hooks. Here are some solutions to those frustrations.

Paul Cowan
Nov 4, 2019 ⋅ 4 min read
A guide to adding interactivity to your CLIs.

Add interactivity to your CLIs with React

Dev

Find out how to use React and Ink to build interactive CLI applications.

Vadim Demedes
Oct 30, 2019 ⋅ 8 min read
A guide to handling async side effects in React in 2019

How to handle async side effects in 2019

Dev

React Async lets you handle promises and fetch data declaratively to make it easier to handle async UI states.

Peter Ekene Eze
Oct 29, 2019 ⋅ 4 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 4

Dev

In the final part of our tutorial, we create and validate users and generate our app’s responses.

Praveen Kumar
Oct 25, 2019 ⋅ 12 min read
Creating a Lists PWA With React And Firebase

Creating a “Lists” PWA with React and Firebase

Dev

Our tutorial walks you through creating a PWA using React and Firebase.

Ovie Okeh
Oct 22, 2019 ⋅ 21 min read

How to use Algolia for instant search

Dev

We’ll learn how to implement Algolia InstantSearch into your application by building a movie search sample app.

Anjolaoluwa Adebayo-Oyetoro
Oct 16, 2019 ⋅ 6 min read