Tag: react

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
How to create forms with Chakra UI in React apps

How to create forms with Chakra UI in React apps

Dev

Learn why Chakra UI may be the best option for your next form.

Aman Mittal
Jul 31, 2020 ⋅ 11 min read
The Sortable.js logo.

Creating reordered lists with Sortable.js and React

Dev

Learn how to use Sortable.js and React to create lists, drag-and drop items, sort lists, and reorder lists.

Diogo Souza
Jul 28, 2020 ⋅ 11 min read
What's New In React-Query v2

What’s new in react-query v2

Dev

The release of react-query v2 brings about some changes to the API, overall performance improvements, new query status Booleans, and more.

Abdulazeez Abdulazeez Adeshina
Jul 22, 2020 ⋅ 3 min read

Emotion in React

Dev

Learn more about Emotion and the features and advantages that it can bring to our applications.

Leonardo Maldonado
Jul 22, 2020 ⋅ 6 min read