Tag: react

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
Enterprise State Management with MobX

Using MobX for large-scale enterprise state management

Dev

MobX can be used for large-scale applications. Learn how to structure app state, define relationships between data, and more here.

Varun Pujari
May 28, 2021 ⋅ 13 min read

Converting tables to grids with React compound components

Dev

Using React compound components, learn how to dynamically switch from a table to grid layout for an interactive interface.

Sai Krishna
May 27, 2021 ⋅ 7 min read