Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created March 19, 2020 20:43
Show Gist options
  • Save twittemb/c91a65d0ec078b9fcd9b0c47451219c4 to your computer and use it in GitHub Desktop.
Save twittemb/c91a65d0ec078b9fcd9b0c47451219c4 to your computer and use it in GitHub Desktop.
let levelsSpin = Spin(initialState: Levels(left: 10, right: 20), reducer: Reducer(levelsReducer)) {
Feedback(effect: leftEffect)
Feedback(effect: rightEffect)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment