DEV Community

Redux

A predictable state container for JS apps

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why I Stopped Using Redux

Why I Stopped Using Redux

1487
Comments 103
6 min read
Redux Crash Course with Hooks 🎣

Redux Crash Course with Hooks 🎣

915
Comments 28
3 min read
useReducer instead of useState while calling APIs!

useReducer instead of useState while calling APIs!

737
Comments 29
4 min read
A different approach to frontend architecture

A different approach to frontend architecture

702
Comments 29
6 min read
Redux is half of a pattern (1/2)

Redux is half of a pattern (1/2)

551
Comments 66
15 min read
Redux VS React Context: Which one should you choose?

Redux VS React Context: Which one should you choose?

516
Comments 32
8 min read
Proud to present you Fakeflix, a Netflix Clone built with React, Redux, Firebase & Framer Motion

Proud to present you Fakeflix, a Netflix Clone built with React, Redux, Firebase & Framer Motion

456
Comments 66
2 min read
Redux vs Context API: When to use them

Redux vs Context API: When to use them

396
Comments 36
4 min read
7 steps to understand React Redux

7 steps to understand React Redux

390
Comments 4
11 min read
Test-Driven-Development with React & Redux: Thunk, Slices & Requests Mocking

Test-Driven-Development with React & Redux: Thunk, Slices & Requests Mocking

385
Comments 9
6 min read
You don't have to use Redux

You don't have to use Redux

340
Comments 54
9 min read
State Management Battle in React 2021: Hooks, Redux, and Recoil

State Management Battle in React 2021: Hooks, Redux, and Recoil

335
Comments 44
10 min read
Server-Side Rendered App with Next.js, React and Redux

Server-Side Rendered App with Next.js, React and Redux

321
Comments 14
10 min read
Learn the Basics of Redux by Writing Your Own Version in 30 Lines

Learn the Basics of Redux by Writing Your Own Version in 30 Lines

303
Comments 8
5 min read
Redux is Dead: Long Live Redux Toolkit

Redux is Dead: Long Live Redux Toolkit

301
Comments 46
7 min read
Next-Gen Way to Connect Redux Store to React Component

Next-Gen Way to Connect Redux Store to React Component

295
Comments 15
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
Master these 11 Core ReactJS concepts to conquer your next interview

Master these 11 Core ReactJS concepts to conquer your next interview

280
Comments 4
3 min read
Final React Project

Final React Project

278
Comments 12
2 min read
An Intro to Redux that you can understand

An Intro to Redux that you can understand

274
Comments 9
3 min read
12 Things NOT To Do When Building React Apps With Redux

12 Things NOT To Do When Building React Apps With Redux

254
Comments 11
11 min read
React-Redux How It's Works ?

React-Redux How It's Works ?

251
Comments 3
4 min read
How I structure my React projects

How I structure my React projects

246
Comments 2
3 min read
Understanding Array reduce by building it from scratch

Understanding Array reduce by building it from scratch

242
Comments 5
6 min read
React best practices and patterns to reduce code - Part 2

React best practices and patterns to reduce code - Part 2

238
Comments 36
4 min read
[JavaScript] 5 Interesting uses of JavaScript destructuring!

[JavaScript] 5 Interesting uses of JavaScript destructuring!

228
Comments 17
5 min read
Taking React and Redux to the next level with Typescript

Taking React and Redux to the next level with Typescript

227
Comments 6
5 min read
⚗️ React Redux CRUD app for beginners [with Hooks]

⚗️ React Redux CRUD app for beginners [with Hooks]

200
Comments 3
9 min read
NgRx Tips I Needed in the Beginning

NgRx Tips I Needed in the Beginning

200
Comments 27
13 min read
Use Hooks + Context, not React + Redux

Use Hooks + Context, not React + Redux

196
Comments 4
8 min read
Best Redux Architecture

Best Redux Architecture

191
Comments 5
10 min read
Learn redux-toolkit in 10 steps

Learn redux-toolkit in 10 steps

189
Comments 5
4 min read
How to use Redux in ReactJS with real-life examples

How to use Redux in ReactJS with real-life examples

186
Comments 3
19 min read
Top 10 React Hooks Library

Top 10 React Hooks Library

184
Comments 6
5 min read
Why choose React for frontend?

Why choose React for frontend?

179
Comments 32
3 min read
React Hooks vs. Redux

React Hooks vs. Redux

179
Comments 41
4 min read
React Redux with hooks

React Redux with hooks

178
Comments 13
3 min read
Understand One-way Data Binding in React the easy way!

Understand One-way Data Binding in React the easy way!

177
Comments 29
3 min read
Django + React, Redux and JWT

Django + React, Redux and JWT

174
Comments 11
18 min read
React Redux | Learn the redux easily with project

React Redux | Learn the redux easily with project

170
Comments 2
4 min read
Learn the Redux Architecture by Creating the Minimal TODO App on top of NEXT.js

Learn the Redux Architecture by Creating the Minimal TODO App on top of NEXT.js

169
Comments 8
5 min read
React best practices and patterns to reduce code

React best practices and patterns to reduce code

167
Comments 8
4 min read
React Is Eating Itself

React Is Eating Itself

160
Comments 52
11 min read
Why I stopped using Redux and Used Recoil Instead

Why I stopped using Redux and Used Recoil Instead

151
Comments 32
4 min read
My React Native Stack After 1 Year

My React Native Stack After 1 Year

149
Comments 10
6 min read
React & Redux Project: Gomojii

React & Redux Project: Gomojii

148
Comments 12
4 min read
11 Awesome Resources To Bring Your React App to The Next Level

11 Awesome Resources To Bring Your React App to The Next Level

147
Comments 6
5 min read
React - Redux In Less Then 7 Minutes

React - Redux In Less Then 7 Minutes

144
Comments 11
6 min read
Writing modern Redux in 2020 - The powerful createSlice

Writing modern Redux in 2020 - The powerful createSlice

140
Comments 2
3 min read
Pure vs Impure Functions

Pure vs Impure Functions

140
Comments 18
4 min read
Best NodeJs React Js Redux Project on Github

Best NodeJs React Js Redux Project on Github

135
Comments 21
2 min read
React useContext and useReducer Hooks.

React useContext and useReducer Hooks.

134
Comments 10
3 min read
Redux: The Under The Hood Tour

Redux: The Under The Hood Tour

133
Comments 5
14 min read
Introduction React-Redux using Hooks (useSelector && useDispatch)

Introduction React-Redux using Hooks (useSelector && useDispatch)

132
Comments 4
3 min read
Opinionated React: Use Context for Shared State

Opinionated React: Use Context for Shared State

132
Comments 1
4 min read
Implementing State Management using Context API and Hooks in React

Implementing State Management using Context API and Hooks in React

130
Comments 4
3 min read
How to setup Redux with React (2020)

How to setup Redux with React (2020)

128
Comments 20
8 min read
Separating logic in your Redux Toolkit application

Separating logic in your Redux Toolkit application

123
Comments 2
8 min read
Creating a To-do App with Auth {react-redux-firebase v3}

Creating a To-do App with Auth {react-redux-firebase v3}

120
Comments 6
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
loading...