Tag: react

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

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