Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Created November 24, 2021 19:49
Show Gist options
  • Save vikingosegundo/6b9d3e487fbb1594b0150f0e4dc6d2ba to your computer and use it in GitHub Desktop.
Save vikingosegundo/6b9d3e487fbb1594b0150f0e4dc6d2ba to your computer and use it in GitHub Desktop.
// store changes
store.change(.by(.adding (.favorite(fav))))
store.change(.by(.removing(.favorite(fav))))
store.change(.by(.replacing(.light(with:light))))
// listen for updates
store.updated { self.process(state(in: store)) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment