DEV Community

Redux

A predictable state container for JS apps

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Opinionated React: Use Context for Shared State

Opinionated React: Use Context for Shared State

132
Comments 1
4 min read
A List of Immutable Update Patterns that you can understand

A List of Immutable Update Patterns that you can understand

11
Comments
3 min read
Going epic with Redux Observable tests

Going epic with Redux Observable tests

9
Comments
4 min read
Learn enough Redux to get started with your projects

Learn enough Redux to get started with your projects

25
Comments
6 min read
What is Redux and What Immutability has to do with it?

What is Redux and What Immutability has to do with it?

28
Comments
5 min read
Recoil vs Redux | The Ultimate React State Management Face-Off

Recoil vs Redux | The Ultimate React State Management Face-Off

59
Comments
6 min read
The battle between Mutable and Immutable data types

The battle between Mutable and Immutable data types

10
Comments
3 min read
Redux를 사용하면서 아쉬웠던 것들

Redux를 사용하면서 아쉬웠던 것들

6
Comments
1 min read
asyncdispatch is now on npm packages!

asyncdispatch is now on npm packages!

11
Comments
1 min read
Redux

Redux

11
Comments
2 min read
React State Management: When to use the Context API over Redux

React State Management: When to use the Context API over Redux

119
Comments 3
7 min read
1 Month, 1 Team, 1 Project #AlloCrew

1 Month, 1 Team, 1 Project #AlloCrew

3
Comments 1
1 min read
A comprehensive overview of React State libraries

A comprehensive overview of React State libraries

22
Comments 3
8 min read
What the Heck is a Thunk?

What the Heck is a Thunk?

33
Comments 1
2 min read
Redux-Saga: What/Why/How + examples

Redux-Saga: What/Why/How + examples

16
Comments 1
2 min read
Day 25 of #100DaysOfCode: Apply Pagination for React Components with Redux

Day 25 of #100DaysOfCode: Apply Pagination for React Components with Redux

10
Comments
3 min read
Redux Toolkit Basic Intro

Redux Toolkit Basic Intro

54
Comments 11
5 min read
React Context API + useReducer() = Redux

React Context API + useReducer() = Redux

23
Comments 3
3 min read
Redux is half of a pattern (2/2)

Redux is half of a pattern (2/2)

88
Comments 9
9 min read
Redux Toolkit == MobX?

Redux Toolkit == MobX?

19
Comments 1
3 min read
explain Redux like I'm five | Redux Cheatsheet

explain Redux like I'm five | Redux Cheatsheet

56
Comments 2
6 min read
Code splitting in react with React.lazy() and Suspense

Code splitting in react with React.lazy() and Suspense

9
Comments
3 min read
Talk about Stressful Times: How COVID-19 Shaped My First React-Hooks-Redux App

Talk about Stressful Times: How COVID-19 Shaped My First React-Hooks-Redux App

14
Comments
3 min read
What to put on the Redux state

What to put on the Redux state

2
Comments
3 min read
Understanding Derived state and Selectors.

Understanding Derived state and Selectors.

4
Comments
5 min read
Notes from Advanced NgRx

Notes from Advanced NgRx

19
Comments 1
5 min read
How to Delete an Item in a Nested Object in Redux State

How to Delete an Item in a Nested Object in Redux State

4
Comments
4 min read
Getting started with react-redux-firebase

Getting started with react-redux-firebase

23
Comments 1
11 min read
Neos CMS Goes for a Full UI Rewrite with React and Redux

Neos CMS Goes for a Full UI Rewrite with React and Redux

2
Comments
11 min read
Discussion: Hooks got ya hooked?

Discussion: Hooks got ya hooked?

4
Comments 1
2 min read
React-redux useSelector hook and equality checks

React-redux useSelector hook and equality checks

21
Comments 1
1 min read
Understanding Redux: Beginner's guide to modern state management

Understanding Redux: Beginner's guide to modern state management

23
Comments
7 min read
React (Context API + Hooks) Redux Pattern

React (Context API + Hooks) Redux Pattern

13
Comments
13 min read
Django + React, Redux and JWT

Django + React, Redux and JWT

174
Comments 11
18 min read
Learn using react hooks with redux

Learn using react hooks with redux

6
Comments
2 min read
Day 15 of #100DaysOfCode: TypeScript + CRA + Redux (use useSelect and useDispatch instead of connect)

Day 15 of #100DaysOfCode: TypeScript + CRA + Redux (use useSelect and useDispatch instead of connect)

2
Comments
2 min read
Don't let your app combust, just use Redux.

Don't let your app combust, just use Redux.

3
Comments
4 min read
Day 14 of #100DaysOfCode: Redux (use useSelect and useDispatch instead of connect)

Day 14 of #100DaysOfCode: Redux (use useSelect and useDispatch instead of connect)

6
Comments
1 min read
Best way to deal with immutable data in JS

Best way to deal with immutable data in JS

8
Comments 2
3 min read
Order Update with Two-Step Payment

Order Update with Two-Step Payment

4
Comments
4 min read
How and When to Use Redux

How and When to Use Redux

43
Comments 6
4 min read
Adios Redux: using React hooks and Context effectively

Adios Redux: using React hooks and Context effectively

285
Comments 19
9 min read
Redux immutable update patterns

Redux immutable update patterns

8
Comments
11 min read
React, Axios and Redux: Asynchronously Fetch and Save Data to Local Storage (Excerpt)

React, Axios and Redux: Asynchronously Fetch and Save Data to Local Storage (Excerpt)

21
Comments 2
2 min read
Container vs. Presentational Components in React Redux

Container vs. Presentational Components in React Redux

36
Comments
3 min read
Climate Data Dashboard: React-Redux Project

Climate Data Dashboard: React-Redux Project

20
Comments
5 min read
React-Redux: How It Works

React-Redux: How It Works

5
Comments
11 min read
React/Redux: pitfalls and best practices

React/Redux: pitfalls and best practices

36
Comments 1
16 min read
Let's talk about Orchestration vs Separation of Concerns: React/Redux Edition: Part 2

Let's talk about Orchestration vs Separation of Concerns: React/Redux Edition: Part 2

12
Comments
13 min read
Explain Redux like I'm 5!

Explain Redux like I'm 5!

43
Comments 12
8 min read
Getting started with React Query - Easy server state management in React

Getting started with React Query - Easy server state management in React

79
Comments 1
4 min read
ReactHooks/Redux prod ready eShopp

ReactHooks/Redux prod ready eShopp

8
Comments
1 min read
Answering Your App's Questions with Redux Selectors

Answering Your App's Questions with Redux Selectors

10
Comments
8 min read
Practical React & Redux - Part 1

Practical React & Redux - Part 1

5
Comments
7 min read
Opinionated React: Use State Colocation

Opinionated React: Use State Colocation

14
Comments 1
3 min read
과연 props는 어디까지 내려가는가

과연 props는 어디까지 내려가는가

6
Comments
2 min read
Bulletproof React: Understanding The Functional Reactive Approach

Bulletproof React: Understanding The Functional Reactive Approach

5
Comments
6 min read
React/Redux Project

React/Redux Project

5
Comments
3 min read
Introducing Flipper Redux plugin

Introducing Flipper Redux plugin

15
Comments 4
2 min read
Simple implementing SSR in React with Redux

Simple implementing SSR in React with Redux

6
Comments
4 min read
loading...