Tag: react

What's New in React v17, and the Road to v18

What’s new in React v17, and the road to v18

Dev

A few weeks ago, the React team released the library’s latest version, React v17.0 RC. In this post, we will […]

Nwose Lotanna
Sep 25, 2020 ⋅ 5 min read
Diving into the new jsx transformation

Diving into the new JSX transform

Dev

With React 17, you no longer need to import React in your files to use React. Confused? This article will tell you what you need to know in order to migrate both your code and knowledge to this new way of doing things.

Kristofer Selbekk
Sep 24, 2020 ⋅ 2 min read
Repeat yourself a little less: strategies for mitigating prop drilling with React and TypeScript

Strategies for mitigating prop drilling with React and TypeScript

Dev

Prop drilling is one of the most common gripes with React. You add a prop or event in a component way down the hierarchy and you’re forced to add it to every parent component as well.

Dan Vanderkam
Sep 23, 2020 ⋅ 12 min read
Search-optimized SPAs With React Helmet

Search-optimized SPAs with React Helmet

Dev

React Helmet is a document head manager that makes it easy to improve SEO for your React-based SPAs.

Ashutosh Singh
Sep 23, 2020 ⋅ 5 min read
The React logo.

An introduction to Wouter: A React Router alternative

Dev

Do you need to use React Router for your project, or will Wouter do the trick? Find out with this guide.

Gaurav Singhal
Sep 16, 2020 ⋅ 5 min read
Build a Password Generator App in React With Reusable Components

Build a password generator app in React with reusable components

Dev

In this tutorial, we’ll demonstrate how to build a password generator app and create reusable components in React.

Uzochukwu Eddie Odozi
Sep 7, 2020 ⋅ 17 min read
React Reference Guide: Context API

React Reference Guide: Context API

Dev

Our guide to React’s Context API, including when to use it, its API components, and its caveats.

Ebenezer Don
Sep 4, 2020 ⋅ 3 min read
React Reference Guide: Refs and the DOM

React Reference Guide: Refs and the DOM

Dev

Our complete guide to React refs and the DOM, with suggestions for further reading.

Ohans Emmanuel
Sep 4, 2020 ⋅ 7 min read
LogRocket React Reference Guide: Hooks API

React Reference Guide: Hooks API

Dev

Our all-in-one reference guide for basic and advanced React Hooks, with suggestions for further reading.

Ohans Emmanuel
Sep 4, 2020 ⋅ 20 min read
LogRocket React Reference Guide: React.Component

React Reference Guide: React.Component

Dev

Our all-in-one reference guide to the React.Component class API, covering the component lifecycle, lifecycle methods, and class properties.

Yomi Eluwande
Sep 4, 2020 ⋅ 9 min read
LogRocket React Reference Guide: Render props

React Reference Guide: Render props

Dev

Our all-in-one reference guide on render props in React, including how to implement render props, how to implement HOCs, and more.

Ovie Okeh
Sep 4, 2020 ⋅ 5 min read
Create Cooler Loading Animations With SVG

Create cooler loading animations with SVG

Dev

Don’t settle for a tired spinner. Add some extra character to your site with a custom loading animation built with SVG.

Bryan Rasmussen
Sep 1, 2020 ⋅ 7 min read