Tag: react

Build Google Docs Clone React Automerge

Build a Google Docs clone with React and Automerge

Dev

In this tutorial, we will be building a Google Docs clone, where the user can create, view, edit and delete text documents.

Madars Bišs
Jun 21, 2022 ⋅ 9 min read
React Logo

Understanding the React exhaustive-deps linting warning

Dev

Adding the exhaustive deps lint rule and the rule of Hooks rule is a necessity for app development. These rules will save you time.

Stephan Miller
Jun 16, 2022 ⋅ 6 min read
React Redux Connect

React Redux connect(): When and how to use it

Dev

The React Redux package provides React bindings for the Redux state container, making it very easy to connect a React application to a Redux store.

Glad Chinda
Jun 16, 2022 ⋅ 13 min read
React Logo

Create a customizable React search component with autocomplete

Dev

Autocomplete search boxes are prevalent in modern UI design. Here’s how to create a customizable search component in React.

Chinwike Maduabuchi
Jun 15, 2022 ⋅ 8 min read
Mapbox-GL-React-Featured-Image

Using Mapbox GL JS with React

Dev

Want to build map interfaces with React? In this post, learn to use react-map-gl to build two variations of map components.

Austin Roy Omondi
Jun 13, 2022 ⋅ 6 min read

Comparing tools for optimizing performance in React

Dev

Good UX means optimizing your React apps as much as possible. Learn about the best tools for the job in this in-depth comparison.

Solomon Esenyi
Jun 10, 2022 ⋅ 8 min read
React Logo Over Purple Background

How to implement reCAPTCHA in a React application

Dev

In this article, we’ll demonstrate how to implement reCAPTCHA v2 in a React application and how to verify user tokens in a Node.js backend.

David Omotayo
Jun 9, 2022 ⋅ 11 min read
Setting Up A Dev Environment With React Vite And Tailwind

Setting up a dev environment with React, Vite, and Tailwind

Dev

Vite simplifies the bundling process. It gives us instant dev sever start times and ultra fast bundling by leveraging native JavaScript modules and esbuild.

Lawrence Eagles
Jun 2, 2022 ⋅ 5 min read
Create A Neumorphic Progress Bar Using React

Create a neumorphic progress bar in React

Dev

Using React, build an animated, neumorphic progress bar that uses CSS properties to make elements appear as if they float above the UI.

Emmanuel Odioko
May 27, 2022 ⋅ 5 min read
GatsbyJS Tutorial

Gatsby: The ultimate guide with examples

Dev

This tutorial covers everything you’ll ever need to know about Gatsby, including code demos and comparisons to React and Next.js.

Luke Joliat
May 26, 2022 ⋅ 9 min read
Authentication For React Apps Using AWS Amplify And Cognito

Authentication in React with AWS Cognito and Amplify

Dev

AWS Cognito user pools and the Amplify framework give you an efficient and reliable authentication solution for your React apps.

Brian Njenga
May 26, 2022 ⋅ 13 min read
Ultra Logo

Using Ultra, the new React web framework

Dev

Ultra is a great way to work with Deno and React, and its recently released version 1.0 includes many new features and improvements.

Tharaka Romesh
May 25, 2022 ⋅ 8 min read