Tag: react

How to build React components for codebases that use JavaScript and TypeScript

Dev

In this article, we’ll learn how we can use TypeScript with React and built components that are usable within both TypeScript and JavaScript files.

Austin Roy Omondi
May 28, 2020 ⋅ 5 min read
Setting Up Continuous Deployment With React, Firebase, and GitHub Actions

Setting up continuous deployment with React, Firebase, and GitHub Actions

Dev

Automating your deployment process helps you deliver your product faster and allows your team to focus on building and collecting valuable feedback from customers. Learn how to set up continuous deployment for your React projects hosted on Firebase.

Samaila Bala
May 27, 2020 ⋅ 3 min read

How to improve developer experience with React Suspense in Concurrent Mode

Dev

Technically the same user experience can be accomplished with the current technology without React Suspense but it can be said that creating a better user experience requires a better developer experience.

Daishi Kato
May 22, 2020 ⋅ 6 min read
Web Storage Made Simple With Use-local-storage-state

Web storage made simple with use-local-storage-state

Dev

The useLocalStorageState Hook makes it easier to persist data in the browser by abstracting the use of localStorage into a React Hook.

John Au-Yeung
May 22, 2020 ⋅ 3 min read
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