Last active
November 20, 2019 18:00
-
-
Save elihart/be25a04a763d5a0a0e4c201d9ac520ea to your computer and use it in GitHub Desktop.
MvRx Set Syntax Chaining Example
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
state("Not super hosted") { | |
setFalse { ::listingDetails { success { ::isHostedBySuperhost } } } | |
.setFalse { ::listingDetails { success { ::primaryHost { ::isSuperhost } } } } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment