Tag: react

State Management With Unstated Next

State management with Unstated Next

Dev

Built on React’s Context API, Unstated Next helps save us the stress of using Redux to manage state in our apps.

Abdulazeez Abdulazeez Adeshina
May 1, 2020 ⋅ 5 min read

React concurrent mode

Dev

Learn how to use React concurrent mode to enable an amazing user experience.

Florian Rappl
Apr 30, 2020 ⋅ 6 min read
An SEO Approach To Async Components With loadable-components

An SEO approach to async components with loadable-components

Dev

Learn how to overcome the SEO implications of loading components asynchronously using loadable-components.

Yomi Eluwande
Apr 23, 2020 ⋅ 4 min read
Building accessible components with Downshift

Building accessible components with Downshift

Dev

We should view web accessibility not as a feature, but as a responsibility. Learn how to build an accessible select component, autocomplete, and form dropdown as well as how to use Downshift with Popper.js.

Ganesh Mani
Apr 20, 2020 ⋅ 8 min read
Cleave.js logo

Formatting form inputs with Cleave.js and React

Dev

Learn how to format a simple donation page with several form inputs using Cleave.js

Adebiyi Adedotun
Apr 14, 2020 ⋅ 3 min read
Rapid, Enterprise-class Development With UmiJS

Rapid, enterprise-class development with UmiJS

Dev

UmiJS is a scalable, enterprise-class React framework that allows for rapid development of SSR apps. Learn the ropes in our tutorial.

Ebenezer Don
Apr 6, 2020 ⋅ 5 min read
Building And Styling Tables With react-table v7

What’s new in React Table v7?

Dev

Creating tables with React is a pain. react-table v7, with its modern, Hooks-based API, aims to solve that.

John Au-Yeung
Apr 2, 2020 ⋅ 14 min read
What's New In React Query v1.0

What’s new in react-query v1.0

Dev

We review the new features and changes in the react-query v1.0 release and take a look at its new, dedicated devtools.

Abdulazeez Abdulazeez Adeshina
Mar 27, 2020 ⋅ 4 min read
An image of the React logo.

Complete guide to building product tours on your React apps

Dev

Want to create a product tour UI in your React app? This tutorial shows you how to use React Tour and React Joyride to set one up.

Paramanantham Harrison
Mar 26, 2020 ⋅ 8 min read
Introduction to React Motion

Introduction to React Motion

Dev

Learn how to build natural-looking, physics-based animations for your React projects with React Motion.

Gaurav Singhal
Mar 25, 2020 ⋅ 4 min read
Comparing hooks libraries for GraphQL

Comparing hooks libraries for GraphQL

Dev

React class components require you to maintain lots of abstractions. React Hooks maintain the logic as a function, eliminating the need to encapsulate it.

Ganesh Mani
Mar 24, 2020 ⋅ 10 min read

Quickly build schema-based forms in React with uniforms

Dev

Learn how you can use uniforms to render, validate and submit forms, manage states, and eliminate the hassle of writing JavaScript logic for data binding.

Godwin Ekuma
Mar 23, 2020 ⋅ 3 min read