Tag: react

Building Application React Nx

Building an application with React and Nx

Dev

Nx is a build tool that automates many of the necessary steps in building applications and includes features like dependency graph generation.

Andrew Evans
Jun 25, 2021 ⋅ 6 min read
React Hooks: The Good, the Bad, and the Ugly

React Hooks: The good, the bad, and the ugly

Dev

The pros of Hooks outweigh the cons, but it’s not a landslide victory. Read all about the good, the bad, and the ugly of React Hooks.

Paul Cowan
Jun 23, 2021 ⋅ 3 min read
Guide To Custom React Hooks With MutationObserver

Guide to custom React Hooks with MutationObserver

Dev

Using custom React Hooks makes it easy for developers to share projects. Learn how to use custom Hooks in React with MutationObserver.

Daniel Caldas
Jun 21, 2021 ⋅ 5 min read
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