Tag: react

React map comparison

React map library comparison

Dev

This comparison post explores the pros and cons of a number of different React map libraries.

Siegfried Grimbeek
May 4, 2022 ⋅ 6 min read
How Astro Compares To NextJS For React Apps

How Astro compares to Next.js for React apps

Dev

At their most basic levels, Next.js is a full-stack framework specifically built for React, whereas Astro is a static site generator offering support for React.

Cole Gawin
May 4, 2022 ⋅ 6 min read
How To Build A Multi Step Form With Only The UseState Hook

How to build a multi-step form with only the useState Hook

Dev

In this article we will be building a multi-step form using the useState Hook without the use of any third-party packages while achieving the same functionality.

Georgey V B
May 2, 2022 ⋅ 7 min read
Blazor React

React vs. Blazor: Minimize JavaScript in your SPAs

Dev

Explore how React and Blazor differ in a variety of areas, including folder structure, performance, ecosystem, routing, and more.

Ejiro Asiuwhu
Apr 28, 2022 ⋅ 10 min read
React Logo

Build a React theme switcher app with styled-components

Dev

In this tutorial, we demonstrate how to build a custom theme switcher for a Game of Thrones-themed React app using styled-components.

Timonwa Akintokun
Apr 28, 2022 ⋅ 16 min read
ssg in modern web development

Using static site generation in modern React frameworks

Dev

There are many static site generation tools based on React, but which should you pick? We explore the options available and their use cases.

Alec Brunelle
Apr 27, 2022 ⋅ 6 min read

8 common React error messages and how to address them

Dev

In this tutorial, we’ll go over common error messages during React development, as well as what they mean, what the error is, and how to fix them.

Chak Shun Yu
Apr 26, 2022 ⋅ 10 min read
React Logo

How to autofocus using React Hooks

Dev

React Hooks can be easy to set up on your own, and you can use them to autofocus a field in a few ways.

Stephan Miller
Apr 25, 2022 ⋅ 4 min read
React Suspense React Freeze

Exploring React Suspense with React Freeze

Dev

Explore React Suspense and React Freeze, which builds on the ideas behind React Suspense to freeze component rendering and give you more control of your UI.

Andrew Evans
Apr 21, 2022 ⋅ 4 min read
Upgrading To React 18 With Typescript

Upgrading to React 18 with TypeScript

Dev

The upgrade of the React type definitions to support React 18 involved significant breaking changes. Learn about what the upgrade path looks like.

John Reilly
Apr 21, 2022 ⋅ 3 min read
React Logo

How to build faster animation transitions in React

Dev

This quick demonstration explores how to create faster transition animations in React using transition-hook.

David Omotayo
Apr 20, 2022 ⋅ 8 min read
Exploring React Relay 13’s Rust Compiler

Exploring React Relay 13’s Rust compiler

Dev

The Relay compiler is a GraphQL code generation tool that was recently rewritten in Rust.

Samson Omojola
Apr 13, 2022 ⋅ 5 min read