Ding! My new, highly experimental unidirectional data flow library for Swift: github.com/salutis/Flow.g CC:
Conversation
Replying to
very interesting. I'm bullish on explicitly representing derived values, had a crazy hack for that using objc blocks…
Replying to
Thanks! It’s an experiment. Not a fan of Redux’s approach, e.g. the entire state delivered everywhere.
Replying to
I love the idea of derived state in the functional core. Small chunks of pure code, easy to test, etc.
Replying to
My hope is to have the imperative shell with just bindings. I know, I know, hardly possible with UIKit legacy.
4
Looks interesting! Redux doesn't spread entire state everywhere, though. You can select a substate you care about.


