Tag: react

Introduction to treat

Introduction to treat

Dev

Learn how treat can help you reduce CSS-in-JS runtime overhead while simultaneously providing legacy browser support and type safety.

Nathan Sebhastian
May 22, 2020 ⋅ 2 min read

Creating forms in React in 2020

Dev

This article will show you a few different ways to handle form values in React. We’ll look at useState, custom Hooks, and, finally, no state at all!

Kristofer Selbekk
May 18, 2020 ⋅ 5 min read

Introduction to Blitz.js

Dev

Gone are the days when creating a new project meant simply using Rails. With Blitz, you can deploy your application as a single entity and add advanced technologies on your terms and at your own pace.

Nathan Sebhastian
May 14, 2020 ⋅ 4 min read
The React logo.

Building a Trello clone with React Hooks and GraphQL

Dev

Learn how to build a Trello-like application using React Hooks and GraphQL.

Ganesh Mani
May 11, 2020 ⋅ 10 min read
Rethinking Web Audio Feedback With The useSound Hook

Rethinking web audio feedback with the useSound Hook

Dev

Audio feedback on the web has deservedly gotten a bad rap. But when used correctly, and with accessibility in mind, sound can enrich UX.

Olasunkanmi John Ajiboye
May 11, 2020 ⋅ 7 min read
React-cool-portal: What It Is And How To Use It

React-cool-portal: What it is and how to use it

Dev

React-cool-portal adds a Hooks-based abstraction over React portals, allowing you to write less code more cleanly.

Yusuff Faruq
May 8, 2020 ⋅ 6 min read

Handling images with Cloudinary in React

Dev

In this blog post, we will be taking a look at how to handle images in our React applications with the use of Cloudinary.

Nedy Udombat
May 7, 2020 ⋅ 7 min read
ant design

Introduction to Ant Design

Dev

Let’s explore some of the key features that make Ant Design special compared to others.

Kapeel Kokane
May 1, 2020 ⋅ 3 min read
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