Hacker News new | ask | show | jobs
by computmaxer 4160 days ago
Have you considered omniscient with Immutable.js? https://www.npmjs.com/package/omniscient
2 comments

It was the inspiration for my current setup, actually!

Ultimately, pure-Bacon seems more functional, and I wanted to use something where all the "primitives" (Immutable, Bacon, etc) can be used directly, and are extremely well-supported. I may add a few abstractions (eg; a basic Mixin for event-binding, along the lines of [0]), but would prefer not to have a framework that "does too much" or has much magic, at least until it's very widely-used.

[0] https://www.npmjs.com/package/fluxbone

Last time I looked the combination of all of those frameworks is quite large (like 400k+ IIRC).