Hacker News new | ask | show | jobs
by bringking 4160 days ago
Does Tuxedo have a plan for Isomorphic applications? I have been following the Yahoo fluxible project since it provides nice abstractions, but was designed for isomorphic apps out of the box.
2 comments

Currently we have been focusing on a purely client side implementation, that being said our features are largely built to extend React and Flux and that should put us in a strong position to work with Isomorphic apps down the line.
You should check out alt[1] and iso[2] which is isomorphic out of the box and it's pure flux. There are examples in both repos.

[1] https://github.com/goatslacker/alt [2] https://github.com/goatslacker/iso

Coincidentally, I was just searching for a good Flux implementation for my first flux-style app, and something about alt really looks good. I think I'll give it a whirl. :)
Thanks, those look great. Good work. Looks a little leaner than fluxible as well, which is always a plus