Tag: react

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
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN application using JWT authentication: Part 3

Dev

In part three of our tutorial, we configure our client-side React app and authentication methods.

Praveen Kumar
Sep 30, 2019 ⋅ 22 min read
testing in react

Testing React applications in 2019

Dev

While testing can be a very controversial concept, something we can all agree on is testing is a very critical aspect of any product and it should be treated as such.

Peter Ekene Eze
Sep 19, 2019 ⋅ 6 min read
Using React Context with refs can help to rebuild your search user interface.

Redoing search UI with React Context and refs

Dev

Learn how to use React’s Context API with refs to create a centralized system for managing menu states and input focus in search interfaces.

Ryan Harris
Sep 12, 2019 ⋅ 5 min read
Building A Design System With Grommet

Building a design system with Grommet and Storybook

Dev

Design systems are more than a buzzword. Learn why they’re important and how to build your own.

Emmanuel Yusufu
Sep 12, 2019 ⋅ 6 min read