Tag: react

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
Creating a navbar in React

Creating a navbar in React

Dev

Swing through this quick tutorial on building a navigation bar in React using Create React App and the react-router-dom library.

David Atanda
Jul 27, 2021 ⋅ 3 min read

Implementing scroll restoration in ecommerce React apps

Dev

An advanced tutorial for scroll restoration in React apps, with an example build tailored specifically for ecommerce sites.

Luke Denton
Jul 21, 2021 ⋅ 10 min read
React Logo Over a Pink Background

How to safely render Markdown using react-markdown

Dev

Learn how to safely render Markdown syntax to the appropriate HTML with this short react-markdown tutorial.

Akash Mittal
Jul 20, 2021 ⋅ 2 min read
Adding dynamic meta tags to a React app without SSR

Adding dynamic meta tags to a React app without SSR

Dev

Optimize your React app with dynamic meta tags in this detailed tutorial — no server-side rendering required!

Angelo Faella
Jul 20, 2021 ⋅ 7 min read
How To Virtualize Large Lists Using React Window

How to virtualize large lists using react-window

Dev

Here’s how React Window’s virtualization can efficiently display large data sets to meet your DOM performance targets.

Simohamed Marhraoui
Jul 20, 2021 ⋅ 5 min read
Using setState In React Components

Using setState in React components

Dev

Calling setState in React lifecycle methods can be tricky. Learn more about how and when to apply each method for best results.

Nosa Obaseki
Jul 16, 2021 ⋅ 3 min read