5 ms·
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
by bringking 12y 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.
- drabinowitz 12y agoCurrently 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.
- goatslacker 12y agoYou 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 https://github.com/goatslacker/alt [2] https://github.com/goatslacker/iso https://github.com/goatslacker/iso
- bringking 12y agoThanks, those look great. Good work. Looks a little leaner than fluxible as well, which is always a plus
- Lazare 12y agoCoincidentally, 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. :)