Tag: react

Exploring React 18's three new APIs

Exploring React 18’s three new APIs

Dev

With the release of React 18 on the horizon, familiarize yourself with three new APIs that should help make concurrent rendering a reality.

Chak Shun Yu
Jan 20, 2022 ⋅ 7 min read

SolidJS vs. React: Comparing declarative UI libraries

Dev

Should you use SolidJS or React in your next project? Find out which is better for your use case in this thorough comparison.

Iniubong Obonguko
Jan 20, 2022 ⋅ 5 min read
React Hooks With Firebase Firestore

How to use React Hooks with Firebase Firestore

Dev

It’s amazing how fast you can set up a web app with data persistence when you couple Firestore with React Hooks.

Brian De Sousa
Jan 19, 2022 ⋅ 10 min read

How to create a glassmorphism effect in React

Dev

Learn how to make your React apps stand out with a frosted, glassy effect in this tutorial for glassmorphism.

Rose Chege
Jan 17, 2022 ⋅ 5 min read
Creating interactive backgrounds in React with tsParticles

Creating interactive backgrounds in React with tsParticles

Dev

Build gorgeous, interactive backgrounds with tsParticles, the spiritual successor to particles.js, in this exploratory tutorial.

Arek Nawo
Jan 17, 2022 ⋅ 6 min read
A better way of solving prop drilling in React apps

A better way of solving prop drilling in React apps

Dev

In the spirit of “using the platform,” learn how the React library provides a workaround for prop drilling without Redux or the Context API.

David Herbert
Jan 14, 2022 ⋅ 11 min read
React Logo Over a Wavy Gray Background

UI best practices for loading, error, and empty states in React

Dev

Here, we cover the best practices to use in client-side rendered React apps when handling loading, error, and empty state.

Iva Kop
Jan 13, 2022 ⋅ 7 min read
Deploying React App Fullstack Cloudflare Pages

Deploying your React app with full-stack Cloudflare Pages

Dev

Full-stack Cloudflare Pages works exactly the same way as Cloudflare Pages, with no changes in the deployment workflow involving git commit and git push.

Emmanuel Etukudo
Jan 13, 2022 ⋅ 4 min read

Build an image-to-text conversion app with React and Tesseract.js OCR

Dev

Learn how to use Tesseract.js with React to create an app that converts text in an image to machine-readable content.

Akshay Rana
Jan 13, 2022 ⋅ 3 min read
React Logo

Creating dashboards in React with React Dashboard

Dev

This tutorial will cover how to create a React dashboard in three easy steps and connect it to a SQL database with MAMP.

Marie Starck
Jan 12, 2022 ⋅ 4 min read
Build Profile Frame Generator React Konva

Build a profile frame generator with React Konva

Dev

Learn how to build a profile picture frame generator using React Konva. Follow a sophisticated state management pattern without needing any external packages.

Ritesh Patil
Jan 11, 2022 ⋅ 13 min read
Deploy A React App For Free Using Vercel

Deploy a React app for free using Vercel

Dev

Use Vercel to host websites that launch instantaneously, grow automatically, and require no monitoring, all with minimal or no configuration.

Joel Olawanle
Jan 11, 2022 ⋅ 5 min read