Tag: react

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
Building a Multi-tenant Amplify App with a React Frontend

Building a multi-tenant Amplify app with a React frontend

Dev

Learn how to use AWS Cognito, AppSync, and DynamoDB to set up a multi-tenant SaaS application with a React frontend.

Brian Njenga
May 25, 2021 ⋅ 10 min read
useState vs. useRef: Similarities, Differences, and Use Cases

useState vs. useRef: Similarities, differences, and use cases

Dev

Learn the similarities and differences between the useState and useRef Hooks in React, as illustrated demos and use cases.

Sebastian Weber
May 24, 2021 ⋅ 12 min read
React Logo Over a Background with Balancing Rocks

Optimize React apps using a multi-layered structure

Dev

React projects can quickly become a mess. Here, you can learn how to use a multi-layered structure to optimize React apps.

Antonello Zanini
May 21, 2021 ⋅ 8 min read
How To Use Bulma CSS In React

How to use Bulma CSS with React

Dev

Learn how to use Bulma, an open source CSS framework, within React for easy styling without the need for JavaScript.

Edidiong Asikpo
May 21, 2021 ⋅ 6 min read
Creating Physics-based Animations in React with renature

Creating physics-based animations in React with renature

Dev

renature is a physics-based animation library for React inspired by the natural world. We cover its core API and share several demos.

Nefe Emadamerho-Atori
May 17, 2021 ⋅ 4 min read