Hacker News new | ask | show | jobs
by xb 4106 days ago
I've been watching and trying out different flux-like patterns, aided in part by this repo: https://github.com/voronianski/flux-comparison

I've re-implemented the same project using vanilla flux, fluxxor, reflux, and baobab tree. I've come to liking baobab the best, with reflux in a close second.

The flux pattern isn't some total magic and itself hasn't been a revelation, but I've never been able to try out so many different rehashes of the same idea so quickly and that process has yielded a lot of interesting knowledge.

1 comments

I'm considering using Baobab for a project and I'm curious if you've run into any major issues or red flags?