Skip to content

Instantly share code, notes, and snippets.

@justin3737
Last active February 21, 2022 18:43
Show Gist options
  • Save justin3737/dee8be3a10b422a1f209 to your computer and use it in GitHub Desktop.
Save justin3737/dee8be3a10b422a1f209 to your computer and use it in GitHub Desktop.
Video Tutorial:
https://egghead.io/series/getting-started-with-redux
Lesson 05:
Redux: Writing a Counter Reducer with Tests
http://jsbin.com/piqapi/edit?js,console
Lesson 06:
Redux: Store Methods: getState(), dispatch(), and subscribe()
http://jsbin.com/jadunek/edit?js,console
Lesson 07:
Redux: Implementing Store from Scratch
http://jsbin.com/tihavo/edit?js,output
Lesson 08:
Redux: React Counter Example
http://jsbin.com/dapipu/edit?js,output
Lesson 09:
Redux: Avoiding Array Mutations with concat(), slice(), and ...spread
http://jsbin.com/vosara/edit?js,console
Lesson 10:
Redux: Avoiding Object Mutations with Object.assign() and ...spread
http://jsbin.com/lekagu/edit?js,console
Lessson 11:
Redux: Writing a Todo List Reducer (Adding a Todo)
http://jsbin.com/gabofu/edit?js,console
Lesson 12:
Redux: Writing a Todo List Reducer (Toggling a Todo)
http://jsbin.com/tirepak/edit?js,console
Lesson 13:
Redux: Reducer Composition with Arrays
http://jsbin.com/damagi/edit?js,console
Lesson 14:
Redux: Reducer Composition with Objects
http://jsbin.com/qozaho/edit?js,console
Lesson 15:
Redux: Reducer Composition with combineReducers()
http://jsbin.com/lidurib/edit?js,console
Lesson 16:
Redux: Implementing combineReducers() from Scratch
http://jsbin.com/yocayo/edit?js,console
Lesson 17:
Redux: React Todo List Example (Adding a Todo)
http://jsbin.com/vamecep/edit?js,output
Lesson 18:
Redux: React Todo List Example (Toggling a Todo)
http://jsbin.com/neniwo/edit?js,output
Lesson 19:
Redux: React Todo List Example (Filtering Todos)
http://jsbin.com/yelojov/edit?js,output
Lesson 20:
Redux: Extracting Presentational Components (Todo, TodoList)
http://jsbin.com/kocaji/edit?js,output
Lesson 21:
Redux: Extracting Presentational Components (AddTodo, Footer, FilterLink)
http://jsbin.com/zuzocu/edit?js,output
Lesson 22:
Redux: Extracting Container Components (FilterLink)
http://jsbin.com/lopogu/edit?js,output
Lesson 23:
Redux: Extracting Container Components (VisibleTodoList, AddTodo)
http://jsbin.com/neluna/edit?js,output
Lesson 24:
Redux: Passing the Store Down Explicitly via Props
http://jsbin.com/gahucu/edit?js,output
Lesson 25:
Redux: Passing the Store Down Implicitly via Context
http://jsbin.com/zutulam/edit?js,output
Lesson 26:
Redux: Passing the Store Down with <Provider> from React Redux
http://jsbin.com/fomavu/edit?html,js,output
Lesson 27:
Redux: Generating Containers with connect() from React Redux (VisibleTodoList)
http://jsbin.com/pegadu/edit?html,js,output
Lesson 28:
Redux: Generating Containers with connect() from React Redux (AddTodo)
http://jsbin.com/mecize/edit?js,output
Lesson 29:
Redux: Generating Containers with connect() from React Redux (FooterLink)
http://jsbin.com/kazohi/edit?html,js,output
Lesson 30:
Redux: Extracting Action Creators
http://jsbin.com/tujohe/edit?html,js,output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment