Tag: react

How to Make a Confetti Cannon with React Spring

How to make a confetti cannon with React Spring

Dev

With React Spring’s useSpring hook, you can create powerful and performant animations, like a colorful confetti cannon.

Joshua Saunders
Jan 6, 2020 ⋅ 9 min read

How to build an accessible datepicker component in React

Dev

In this article, we will be building an accessible datepicker component that leverages the accessibility guidelines.

Jeremy Kithome
Dec 30, 2019 ⋅ 12 min read

React area chart comparison

Dev

In this article, we will build a very similar area chart in Victory, Recharts, and Nivo [video included].

Leigh Halliday
Dec 24, 2019 ⋅ 4 min read
Building A Full Mobile App With TypeScript, Ionic, React, And Mobx

Building a full mobile app with TypeScript, Ionic, React, and MobX

Dev

Take Ionic’s new React integration for a spin by building a full mobile app alongside TypeScript and MobX.

Foysal Ahamed
Dec 18, 2019 ⋅ 25 min read
GraphQL And React For Noobs

GraphQL + React for noobs

Dev

Our tutorial walks you through bootstrapping a simple React app that consumes a GraphQL API.

Ebenezer Don
Dec 18, 2019 ⋅ 6 min read
What's New in Preact X?

What’s new in Preact X?

Dev

Preact X includes updates and new features designed to help frontend developers create efficient, performant frontend apps in JavaScript.

Ogundipe Samuel
Dec 13, 2019 ⋅ 3 min read
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