Skip to content

Instantly share code, notes, and snippets.

@aGuyNamedJonas
Last active April 5, 2017 14:34
Show Gist options
  • Save aGuyNamedJonas/5b3fa7c9c39aa09640fbc13adec7a7ea to your computer and use it in GitHub Desktop.
Save aGuyNamedJonas/5b3fa7c9c39aa09640fbc13adec7a7ea to your computer and use it in GitHub Desktop.
Meet slim-redux blog post code snippets
'ADD_TODO' constant (constants/ActionTypes.js)
| ↓
| 'todos' reducer (reducers/todo.js)
| ↓
| 'rootReducer' (reducers/index.js)
|
'addTodo' action creator (actions/index.jx)
|
''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment