Tag: react

Using Contentful with React

Using Contentful with React

Dev

Learn how to integrate Contentful with React in this step-by-step tutorial and take your blog to the next level.

Ovie Okeh
Dec 20, 2021 ⋅ 13 min read

Managing state with Elf, a new reactive framework

Dev

Learn to use Elf, a new reactive framework for state management build on top of RxJS in this in-depth tutorial and overview.

Nefe Emadamerho-Atori
Dec 20, 2021 ⋅ 4 min read
Create collapsible React components with react-collapsed

Create collapsible React components with react-collapsed

Dev

Learn how you can easily create beautiful, collapsible components in React with a new library, react-collapsed, in this tutorial.

Shalitha Suranga
Dec 20, 2021 ⋅ 8 min read
Redux Immutable Update Patterns

Redux immutable update patterns

Dev

Explore Redux, covering why immutable updates are important and how to handle tricky updates in nested objects.

Kasra Khosravi
Dec 16, 2021 ⋅ 9 min read
Future React Router

React Router v6: The future of Reach Router and React Router

Dev

React Router v5.1 is an introduction to the new Hooks-based API and comes with some amazing features. The new Hooks also make routing easier.

Yusuff Faruq
Dec 16, 2021 ⋅ 7 min read

Create an advanced scroll lock React Hook

Dev

Learn how to create and troubleshoot a custom scroll lock React Hook on web and mobile with this comprehensive tutorial.

Luke Denton
Dec 16, 2021 ⋅ 7 min read
React Logo Over Raindrops on Purple Leaf

Using Fetch Event Source for server-sent events in React

Dev

Let’s explore the principles of server-sent events by focusing on a specifically designed open source package: Fetch Event Source.

Madars Bišs
Dec 15, 2021 ⋅ 7 min read
Build An Analytics App With React And Cube.js

Build an analytics app with React and Cube.js

Dev

Learn how to build an analytics app to monitor and analyze raw data with React and Cube.js, an open source analytics platform.

Chimezie Innocent
Dec 13, 2021 ⋅ 6 min read
A Guide to React Forms and Events Using Formik

A guide to React forms and events using Formik

Dev

Building forms in React? Learn how React deals with forms and events, and how to build forms using the Formik library.

Yomi Eluwande
Dec 10, 2021 ⋅ 11 min read
Deep Dive Iterating React Children

Deep dive into iterating, context, and children in React

Dev

Iterating through collections of information, passing data throughout your application, and working with props.children can be a complicated aspect of React.

Alex Merced
Dec 9, 2021 ⋅ 8 min read

How to build a type-safe React Redux app

Dev

Learn how to use Redux in a type-safe React app to catch bugs at runtime instead of compile time and avoid shipping a bad UX to your users.

Ganesh Mani
Dec 8, 2021 ⋅ 7 min read

Why you don’t need to mix routing state with Redux

Dev

In this post, we cover how Redux-first routing works and explain how Redux can make your code more complicated than it needs to be.

Ganesh Mani
Dec 7, 2021 ⋅ 6 min read