egghead.io
Download
Autoplay
Turn autoplay on
1
Redux: The Single Immutable State Tree
2m 11s
2
Redux: Describing State Changes with Actions
2m 54s
3
Redux: Pure and Impure Functions
1m 19s
4
Redux: The Reducer Function
1m 54s
5
Redux: Writing a Counter Reducer with Tests
2m 36s
6
Redux: Store Methods: getState(), dispatch(), and subscribe()
3m 9s
7
Redux: Implementing Store from Scratch
2m 28s
8
Redux: React Counter Example
2m 18s
9
Redux: Avoiding Array Mutations with concat(), slice(), and ...spread
3m 54s
10
Redux: Avoiding Object Mutations with Object.assign() and ...spread
2m 38s
11
Redux: Writing a Todo List Reducer (Adding a Todo)
4m 11s
12
Redux: Writing a Todo List Reducer (Toggling a Todo)
2m 47s
13
Redux: Reducer Composition with Arrays
2m 21s
14
Redux: Reducer Composition with Objects
2m 42s
15
Redux: Reducer Composition with combineReducers()
2m 10s
16
Redux: Implementing combineReducers() from Scratch
4m 22s
17
Redux: React Todo List Example (Adding a Todo)
7m 25s
18
Redux: React Todo List Example (Toggling a Todo)
3m 29s
19
Redux: React Todo List Example (Filtering Todos)
8m 14s
20
Redux: Extracting Presentational Components (Todo, TodoList)
4m 52s
21
Redux: Extracting Presentational Components (AddTodo, Footer, FilterLink)
8m 35s
22
Redux: Extracting Container Components (FilterLink)
8m 4s
23
Redux: Extracting Container Components (VisibleTodoList, AddTodo)
6m 19s
24
Redux: Passing the Store Down Explicitly via Props
3m 54s
25
Redux: Passing the Store Down Implicitly via Context
7m 56s
26
Redux: Passing the Store Down with <Provider> from React Redux
1m 30s
27
Redux: Generating Containers with connect() from React Redux (VisibleTodoList)
5m 13s
28
Redux: Generating Containers with connect() from React Redux (AddTodo)
4m 41s
29
Redux: Generating Containers with connect() from React Redux (FooterLink)
3m 27s
30
Redux: Extracting Action Creators
3m 52s
Redux: React Todo List Example (Adding a Todo)
Instructor
Dan Abramov
React
Redux
Share this video with your friends
Send Tweet
Copy link
Learn how to create a React todo list application using the reducers we wrote before.
Course
Fundamentals of Redux Course from Dan Abramov
Transcript
Comments
(0)