Created
November 24, 2021 19:49
-
-
Save vikingosegundo/6b9d3e487fbb1594b0150f0e4dc6d2ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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