Tag: react

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

Popular React Hook libraries

Dev

In this post, we will look at popular React Hook libraries – both mainstream and custom (created by enthusiasts like you and me).

Raphael Ugwu
Oct 3, 2019 ⋅ 8 min read
Building A Photo Gallery App From Scratch With Chakra UI

Building a photo gallery app from scratch with Chakra UI

Dev

We build a complete photo gallery app from scratch and take Chakra UI for a spin for component styling.

Foysal Ahamed
Oct 2, 2019 ⋅ 18 min read