Buy Now and unlock this series
$
39
.99
$
29
.99
yours forever
$
39
.99
$
29
.99
Become a Pro and unlock everything
$
24
.99
per month
$
24
.99
Adding Redux To Our React App
Downloads
Become a pro to download code and videos
Redux & React For Everyone
21 videos
Course Instructor
Scott Tolinski
- Series Introduction
2M47S - An Introduction To Redux
7M24S - Adding Redux To Our Project & Our First Store
9M20S - Our First Reducer & Actions
15M43S - Properties On Actions & In Reducers
7M30S - Adding Redux To Our React App
10M5S - Writing A Root Reducer
10M33S - Redux DevTools
8M25S - Connecting To React
10M10S - Dispatching Actions From Components
8M38S - Action Creators Explained
8M25S - Bind Action Creators
6M4S - Action Type Constants
4M46S - Adding Middleware Redux Logger
4M53S - Redux Thunks and API Calls For Actions
14M22S - Project Organization
9M30S - Loading Our Data with componentDidMount
10M34S - Loading State
6M22S - Resetting Our Store & Props In Actions
18M10S - Local Storage
13M45S - Where To Go From Here
3M30S
Comments
Gal
8 months ago
Video #6 is not loading :-(
Carlton
about 2 years ago
@Marcelo This is exactly what I needed to get running. Thanks!
Khris
almost 3 years ago
@Campbell I had the same issue but was able to fix it by updating the dependencies as Marcelo recommended. When you are done your dependencies should look something like, { "name": "rrfe", "version": "0.1.0", "private": true, "dependencies": { "react": "^16.9.0", "react-dom": "^16.9.0", "react-overdrive": "0.0.10", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", "react-scripts": "1.0.17", "redux": "^3.7.2", "redux-devtools-extension": "^2.13.2", "styled-components": "^4.3.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }
Campbell
almost 3 years ago
I can't get this project to run. I installed the updated styled-components package and it still has an error with var ThemeContext = createContext(); is not a function. idk...
Rasbin
almost 3 years ago [edited]
I installed previous version and it works fine for me.
yarn add styled-components@4.3.2
Marcelo
almost 3 years ago
This code is not working out of the box, it's missing "styled-components" and after adding that package latest version is not compatible with the version of react currently in this app, I manage to fix it by updating my package.json, it loos like this: "dependencies": { "react": "^16.9.0", "react-dom": "^16.9.0", "react-overdrive": "0.0.10", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", "react-scripts": "1.0.17", "redux": "^3.7.2", "redux-devtools-extension": "^2.13.2", "styled-components": "^4.3.2" }
Hani
almost 3 years ago
If any tried the code from this link above, add the package for styled components and it should work
Want to join the conversation?
Become a Pro member today!