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
Redux DevTools
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
Charles Merriam
about 2 years ago
My apologies; the system's 'composeWithDevTools' is used lecture 13.
Charles Merriam
about 2 years ago
Times have changed since 2017.
Install the extension from the browser extensions store, as shown.
Replace
const store = createStore(rootReducer)
to use a second parameter,const store = createStore(rootReducer, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__());
which call the Redux Devtools Extension if the window supports it.
Want to join the conversation?
Become a Pro member today!