Tag: react

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 James
May 17, 2021 ⋅ 4 min read
Comparing React Typescript

Comparing TypeScript and PropTypes in React applications

Dev

Understand what PropTypes and TypeScript are, consider their relevance in React applications, and discover how they can be used together.

Dillion Megida
May 14, 2021 ⋅ 5 min read
React DevTools: 5 Things You Didn't Know You Could Do

A guide to features and updates in React DevTools

Dev

Discover five essential React DevTools features that you might not have tried yet or didn’t even know existed.

Kristofer Selbekk
May 13, 2021 ⋅ 7 min read
Using React Hooks for State Management Without Redux

Using React Hooks for state management

Dev

Managing state in larger React apps used to require third-party libraries. The useReducer Hooks enables you to share state between components without Redux.

Ovie Okeh
May 11, 2021 ⋅ 6 min read
Deploying a Full-stack Node + React App for Free with Begin

Deploying a full-stack Node.js + React app for free with Begin

Dev

There aren’t many options out there to host a full-stack Node.js and React app on a single provider. Begin lets you do just that.

Geshan Manandhar
May 11, 2021 ⋅ 10 min read
React Logo

Building a tag input field component for React

Dev

Ever wonder how to build a tag input field component for your React app? Here’s a quick tutorial to show you how.

Doğacan Bilgili
May 7, 2021 ⋅ 5 min read
Formik Logo

Building multi-step wizards with Formik and React Query

Dev

Learn how to build multi-step wizards in a small proof-of-concept application with Formik and React Query right here.

Caleb Mathew
May 5, 2021 ⋅ 15 min read
XState Logo

Using state machines with XState and React

Dev

Using XState and React to build state machines is one of the easiest and most efficient ways to handle state in any JavaScript application.

Ishan Manandhar
May 4, 2021 ⋅ 13 min read