Hacker News new | ask | show | jobs
by bsimpson 4173 days ago
I'm using Reflux for now, though I'm tempted to switch to something more FRP like Bacon, f, or RxJS. I find that I end up making stores for both AllThings and CurrentThing, and it should be easier to express that relationship with FRP.
1 comments

I've been using a "FilteredConnect" mixin that I wrote that's solved the "CurrentThing" store problem nicely.
I'd be very interested in a good approach to this as well.
Interesting. Link?
Still private — need to create a pull request against Reflux.