Tag: react

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
The Frontity and React logos.

Getting started with Frontity

Dev

This post shows you how to use Frontity, an open source React framework for WordPress, to connect WordPress’s REST API to your React app.

Dylan Tientcheu
Aug 28, 2020 ⋅ 4 min read
Integrating Stripe In Your React App With React Stripe.js

Integrating Stripe in your React app with React Stripe.js

Dev

React Stripe.js is a lightweight wrapper around Stripe Elements that allows you to quickly integrate Stripe in your React apps.

Yusuff Faruq
Aug 28, 2020 ⋅ 5 min read