Hacker News new | ask | show | jobs
by mjohn 4173 days ago
I recently used React + Bacon + Immutable in a small project and I haven't come across any issues yet. I haven't seen any larger-scale examples yet, but this blog post[0] was interesting and has links at the bottom to implementations of todomvc and the flux-chat example.

[0] http://blog.hertzen.com/post/102991359167/flux-inspired-reac...

1 comments

That post's code provided inspiration for this! Though I found their examples a bit over-engineered for my taste...