Hacker News new | ask | show | jobs
by esamatti 4152 days ago
Nice to see more singleton free Flux libraries! My experience is also that it's almost impossible to make isomorphic apps with singleton based designs. Too bad the original Facebook version used singletons and everybody copied it. Big mistake.

Btw. I would love to see a full example of an isomorphic Flummox application using react-router.

3 comments

Yeah absolutely. I'm going to try to work this weekend on some demos. Still trying to figure out a good solution for over-fetching. It's a tough problem... which is why Relay looks so, co cool.
You can see an example of Fluxible with react-router: https://github.com/yahoo/flux-examples/tree/master/react-rou...
Whipped together a basic one last night: https://github.com/acdlite/flummox-isomorphic-demo