Tag: react

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
React-Calendar Tutorial: Build And Customize A Simple Calendar

React-Calendar: Build and customize a simple calendar

Dev

Learn how to create a calendar in React using React-Calendar. We’ll also demonstrate how to style and customize your calendar using CSS.

Yogini Bende
Aug 9, 2021 ⋅ 7 min read
Implementing Okta Authentication in a React App

Implementing Okta authentication in a React app

Dev

Remove the hassle of tending to user data and make the authentication process more secure by properly integrating Okta in your React app.

Boluwatife Fakorede
Aug 5, 2021 ⋅ 6 min read
5 Things You Can Do with CSS-in-JS

5 things you didn’t know you can do in CSS-in-JS

Dev

You know CSS-in-JS lets you style applications with JavaScript, but you can also use it to chain animations, declare global styles, and more.

Esteban Herrera
Jul 29, 2021 ⋅ 5 min read