Skip to content

Instantly share code, notes, and snippets.

@soundyogi
Created December 11, 2017 13:27
Show Gist options
  • Select an option

  • Save soundyogi/c9367c399a1b548f4cc5263e2ea8a238 to your computer and use it in GitHub Desktop.

Select an option

Save soundyogi/c9367c399a1b548f4cc5263e2ea8a238 to your computer and use it in GitHub Desktop.
#zoom: 1
#spacing: 50
#padding: 15
#arrowSize: 0.5
#bendSize: 2
#direction: right
#gutter: 5
#fill: #eee8d5; #fdf6e3
#font: Calibri
#fontSize: 12
#leading: 1.25
#lineWidth: 2
#padding: 10
#spacing: 80
#zoom: 1
[Action
|type: string
|payload?: object
]
[Store
|state: object
|subscribers: Array<func>
|reducer: func(Action)
|dispatch(Action)
;subscribe(func)
]
[dispatch
|epicMiddleware
|thunkMiddleware] action->[store]
[<state>store] reactRedux->[subscribers]
[event]->[dispatch]
[epic]->[dispatch]
[thunk]->[dispatch]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment