Tag: react

React Google Charts

How to use Google Charts with React

Dev

Build both simple and complex data visualizations using Google Charts and React, which work together to create engaging bar charts, pie charts, bubble plots, and more.

Chibuike Nwachukwu
May 5, 2022 ⋅ 6 min read
How To Solve React UseHook's Infinite Loop Patterns

How to solve the React useEffect Hook’s infinite loop patterns

Dev

Solve the issue of infinite loops when using the useEffect Hook in React to more smoothly utilize the Hook for your app’s side effects.

Hussain Arif
May 4, 2022 ⋅ 5 min read
Progressive Image Loading React Tutorial

Progressive image loading in React: Tutorial

Dev

Use progressive image loading in React to prevent user frustration and other problems that come with slow-loading, high-quality images.

Ibadehin Mojeed
May 4, 2022 ⋅ 4 min read
Improve App Performance React Server-Side Rendering

Improve app performance with React server-side rendering

Dev

React server-side rendering offers performance benefits vs. client-side rendering. Learn about different React SSR frameworks.

Muhammad Muhsin
May 4, 2022 ⋅ 7 min read
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