Tag: react

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
Build a GraphQL and React App with TypeScript

Build a GraphQL + React app with TypeScript

Dev

Build a fully functioning React app using the SpaceX GraphQL API with TypeScript. This tutorial will walk you through each step.

Trey Huffine
Jul 29, 2021 ⋅ 11 min read
React slider tutorial

React slider tutorial using react-slider

Dev

Learn how to create different sliders using react-slider, a React headless component that’s easy to build and customize.

Ganesh Mani
Jul 29, 2021 ⋅ 7 min read
Using the React.cloneElement function to clone elements

Using the React.cloneElement() function to clone elements

Dev

In this in-depth tutorial, learn how to clone and manipulate elements three different ways using the React.cloneElement function.

Habdul Hazeez
Jul 29, 2021 ⋅ 6 min read