Tag: react

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
Why Unfavorable React Keys Lead To Unpredictable Behavior

Why unfavorable React keys lead to unpredictable behavior

Dev

In React, each child in a list needs a unique key. When this doesn’t happen, the consequences can be unpredictable — and serious.

Sebastian Weber
Aug 27, 2020 ⋅ 8 min read
Refactoring A Redux App To Use Recoil

Refactoring a Redux app to use Recoil

Dev

Get hands-on with Facebook’s nascent Recoil library by refactoring a Redux app and comparing their differences in implementation.

Ohans Emmanuel
Aug 25, 2020 ⋅ 7 min read

Trying out the new Bootstrap 5 with React

Dev

In this post, we’ll look at how to get started with Bootstrap 5 and how we can use the new version in a React project.

Peter Ekene Eze
Aug 21, 2020 ⋅ 6 min read
Creating Your First CRUD With Facebook's Recoil

Creating your first CRUD with Facebook’s Recoil

Dev

Explore some of the main features of Facebook’s experimental state management library Recoil by building a CRUD app.

Diogo Souza
Aug 18, 2020 ⋅ 10 min read
TDD with React: A Low-friction Approach with Examples

TDD with React: A low-friction approach with examples

Dev

React Testing Library is an ideal choice for TDD, allowing you to intuitively translate product requirements into unit tests.

Jeff Auriemma
Aug 17, 2020 ⋅ 4 min read
Richer, More Accessible UIs With React Spectrum

Richer, more accessible UIs with React Spectrum

Dev

Adobe’s newly released React Spectrum provides a suite of tools to create rich, adaptive, accessible user experiences.

Yusuff Faruq
Aug 11, 2020 ⋅ 7 min read

The best of both worlds: SSR with isomorphic JavaScript

Dev

CSR and SSR each have their own benefits and trade-offs. Learn how you can get the best of both worlds.

Martin McKeaveney
Aug 3, 2020 ⋅ 11 min read