Tag: react

Improve Async Network State Handling With Custom React Hooks

Improve async network state handling with custom React Hooks

Dev

Follow this guide to see the various states in which network requests exist and how to keep request management within custom React Hooks.

Caleb Mathew
Aug 26, 2021 ⋅ 6 min read

How to use React with Ruby on Rails

Dev

Build complex UIs with this tutorial outlining multiple ways to use and install React in a Ruby on Rails project.

Edmund Ekott
Aug 23, 2021 ⋅ 4 min read
vanilla-extract tutorial: Create zero-runtime stylesheets in TypeScript

vanilla-extract tutorial: Create zero-runtime style sheets in TypeScript

Dev

vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and webpack.

Julio Sampaio
Aug 18, 2021 ⋅ 8 min read

How to send emails from a React app with Netlify Functions

Dev

Automatically send emails to users of your React app without setting up a server by using Netlify Functions.

Joseph Mawa
Aug 17, 2021 ⋅ 8 min read
Pagination Component React Tailwind

Pagination components with React and Tailwind CSS

Dev

Use React and Tailwind CSS to create two different types of pagination components that use navigation buttons and a numbered list.

Kasra Khosravi
Aug 16, 2021 ⋅ 5 min read

The best webpack configurations for React applications

Dev

If you’ve struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.

Adewale Abati
Aug 15, 2021 ⋅ 12 min read
5 Things Not To Do When Building React Applications

5 things not to do when building React applications

Dev

Learn five generally accepted development practices that developers can actually avoid when using React and alternative approaches.

Manjunath M
Aug 13, 2021 ⋅ 7 min read
Creating A Chrome Extension With React And TypeScript

Creating a Chrome extension with React and TypeScript

Dev

Learn how Chrome extensions work and communicate, then see how to build one using the full power of React and TypeScript.

Juan Cruz Martinez
Aug 12, 2021 ⋅ 10 min read

Build a Google Classroom clone with React and Firebase

Dev

Learn how to create a clone of Google Classroom using React and Firebase in this advanced, step-by-step tutorial and example build.

Atharva Deosthale
Aug 12, 2021 ⋅ 20 min read
Building Charts in React With Nivo

Building charts in React with Nivo

Dev

Explore Nivo, a data visualization library for React, by building a bar and pie chart and implementing them in a React app.

Leonardo Maldonado
Aug 11, 2021 ⋅ 5 min read
Building A Github Copilot App

1 week with GitHub Copilot: Building an app using only Copilot

Dev

GitHub Copilot is the newest tool to autocomplete code with the help of OpenAI. Learn how to build an app using only Copilot code.

Evgeny Klimenchenko
Aug 11, 2021 ⋅ 8 min read

Managing DOM components with ReactDOM

Dev

Learn to expertly manage DOM components in a React app, including a deep dive into each ReactDOM method, with this comprehensive tutorial.

Hulya Karakaya
Aug 9, 2021 ⋅ 10 min read