Tag: redux

Handling Side Effects in a Redux and Angular Application

Handling side effects in an Angular + Redux application

Dev

Learn how you can manage side effects to the Redux state tree in an Angular framework with the @ngrx/effects library.

Emmanuel John
Jun 7, 2021 ⋅ 5 min read
Redux Isn't Dead

Redux isn’t dead

Dev

The reports of Redux’s death are greatly exaggerated.

Victor Jonah
Apr 14, 2021 ⋅ 7 min read
Redux React Native

Comprehensive guide to using Redux in React Native

Dev

State management libraries exist to solve problems that arise in applications with many components. Use Redux to manage the complexity of your React Native app.

Aman Mittal
Apr 13, 2021 ⋅ 11 min read
React Router With Redux

React Router with Redux: Understanding navigation state

Dev

Use React Router to declaratively navigate within your React and Redux applications and maintain state across your app’s navigation switches.

Ohans Emmanuel
Mar 17, 2021 ⋅ 12 min read
rtk-query-data-fetching

RTK Query: The future of data fetching and caching for Redux

Dev

RTK Query is an experimental Redux library that delivers a simple and efficient solution for data fetching and caching.

Dylan Tientcheu
Feb 16, 2021 ⋅ 5 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
8 Definitive Rules For Building Apps With Redux

8 definitive rules for building apps with Redux

Dev

Longtime believers and new converts alike should heed these eight rules for managing state in large-scale apps with Redux.

Zain Sajjad
Jul 23, 2020 ⋅ 5 min read
Event-driven State Management In React Using Storeon

Event-driven state management in React using Storeon

Dev

Storeon is a tiny, event-driven React state management library built on the Context API with principles similar to Redux.

Abdulazeez Abdulazeez Adeshina
Jun 18, 2020 ⋅ 6 min read

Redux DevTools: Tips and tricks for faster debugging

Dev

We will look into some extraordinary features that Redux DevTools offers that can help you debug your applications faster.

Zain Sajjad
Mar 18, 2020 ⋅ 4 min read

Component state: local state, Redux store, and loaders

Dev

Learn more about local state, Redux store, and loaders.

Kasra Khosravi
Mar 13, 2020 ⋅ 5 min read
How to reduce boilerplate in Redux with Redux-Leaves

Reducing Redux boilerplate with Redux-Leaves

Dev

Find out how to use Redux-Leaves to reduce boilerplate code and increase the speed with which speed developers can add functionality to redux application.

Glenn Stovall
Feb 20, 2020 ⋅ 5 min read
Methods For Tracking Action Status In Redux

Methods for tracking action status in Redux

Dev

Redux allows you to set an immutable global state for an action, so its status is available anywhere in your app.

Maciej Cieślar
Aug 21, 2019 ⋅ 4 min read