Tag: react

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
Handling User Authentication With Firebase In Your React Apps

Handling user authentication with Firebase in your React apps

Dev

Learn how to add user authentication to your React apps using Firebase, allowing for both Google authentication and email/password sign-in.

Yusuff Faruq
Jan 10, 2022 ⋅ 11 min read
Data visualization with React and Ant Design

Data visualization with React and Ant Design

Dev

Learn how to use Ant Design for data visualization in your React apps with this quick, tutorial focused on the basics.

Muyiwa Femi-Ige
Jan 10, 2022 ⋅ 6 min read
React Declarative Tracking

react-tracking: Declarative tracking for React apps

Dev

With react-tracking, you can use Hooks and decorators to declare tracking on events like click events, states, functional components, and class components.

Suraj Vishwakarma
Jan 5, 2022 ⋅ 3 min read
Fela.js Logo Over a Pink-Red Background

Fela: Writing state-driven styles for React and React Native

Dev

Discover what Fela is, why you should consider using it, and how it simplifies creating styles across multiple platforms.

Lorenz Weiß
Jan 4, 2022 ⋅ 4 min read
React Logo Over a Colorful Background

Improve modal management in React with nice-modal-react

Dev

In this tutorial, we will explore nice-modal-react, which is a useful modal utility for React created by the developer team of eBay.

Madars Bišs
Jan 3, 2022 ⋅ 8 min read
React Logo Next to Firebase Logo

Build a CRUD application in React with Firebase Web SDK v9

Dev

In this tutorial, we’ll cover how to carry out CRUD operations in Firestore by building a task manager demo app.

Taminoturoko Briggs
Dec 22, 2021 ⋅ 9 min read
Storybook controls vs. knobs: Improving your React component testing

Next-level component showcasing with Storybook controls

Dev

Learn about controls, a new Storybook addon that lets you dynamically interact with your React components for demo and testing purposes.

Sebastian Weber
Dec 22, 2021 ⋅ 13 min read