Tag: react

Create A Fitness Tracker With React And Firebase

Create a fitness tracker with React and Firebase

Dev

Learn how to build a full-stack app with React and Firebase by following this tutorial on creating a fitness tracker web application.

Sander de Bruijn
Jun 21, 2021 ⋅ 7 min read
React Intl Internationalize Your Apps

React Intl: Internationalize your React apps

Dev

With the React Intl library, learn how to internationalize any React project to seamlessly change language and currency within web apps.

Ibadehin Mojeed
Jun 17, 2021 ⋅ 14 min read
Terser vs. Uglify vs. babel-minify: Comparing JavaScript minifiers

Terser vs. Uglify vs. babel-minify: Comparing JavaScript minifiers

Dev

Terser is one of the most popular and efficient libraries for minifying ES6 code. See how Terser compares to UglifyJS and babel-minify.

Karthik Kalyanaraman
Jun 16, 2021 ⋅ 11 min read
Theming React Components with Tailwind CSS

Theming React components with Tailwind CSS

Dev

Learn how to use Tailwind CSS to create a scalable, themeable library for your React project.

Brett Fisher
Jun 16, 2021 ⋅ 8 min read
Getting started with React Cosmos

Getting started with React Cosmos

Dev

Not sure where to begin with React Cosmos? This guide will teach you how to develop React components in isolation.

Elizabeth Amaechi
Jun 16, 2021 ⋅ 4 min read
How to Use TypeScript with React 18 Alpha

How to use TypeScript with React 18 alpha

Dev

React 18 alpha has just been released, which is an exciting development. But to get it working with TypeScript, you need to make a few tweaks.

John Reilly
Jun 9, 2021 ⋅ 2 min read
React Icons a Comprehensive Tutorial with Examples

React Icons: A comprehensive tutorial with examples

Dev

Learn how to use the React Icons library to display icons in your project with some help from React Hooks and React’s Context API.

Hussain Arif
Jun 9, 2021 ⋅ 4 min read
create react app set up guide

Create React App: A quick setup guide

Dev

Our quick tutorial on Create React App covers how to set up a React app and configure some important features.

Esteban Herrera
Jun 8, 2021 ⋅ 7 min read

Cloudflare Pages tutorial: Deploying a React app via GitHub

Dev

Learn how to deploy a React app to Cloudflare Pages from your Github repository for free, and without configuring a complex build process.

Geshan Manandhar
Jun 8, 2021 ⋅ 5 min read
Simplify React state management with Hookstate

Simplify React state management with Hookstate

Dev

If you’re looking to simplify state management in React, learn about Hookstate, an incredibly fast and flexible state management tool.

Ebenezer Don
Jun 3, 2021 ⋅ 7 min read
What's New in Recoil 0.3?

What’s new in Recoil 0.3?

Dev

Recoil 0.3 introduced improved scalability for time and memory consumption of atom families, more friendly error throws, support for Safari, and more.

Julio Sampaio
Jun 1, 2021 ⋅ 3 min read
React Logo

Debugging React performance issues with Why Did You Render

Dev

This demonstration shows how to detect and resolve performance issues in React using the library Why Did You Render.

Vitali Zaidman
May 31, 2021 ⋅ 3 min read