Federico Torre

Results 5 comments of Federico Torre

+1 for a server-side rendered example. Fluxxor is great; would love to use it for our isomorphic app. IMO Yahoo's implementation is too involved, they give you more of a...

I have been able to get fluxxor to work with server side rendering, but feel it is not 100%. Functioning implementation: Create a flux object on the server and pass...

For anyone interested, @BinaryMuse has a good solution. Since the flux object is circular, you can't really serialize it (as shown above). Here's the example I followed: https://github.com/BinaryMuse/isomorphic-fluxxor-experiment/ Brief overview:...

Ah that's true. I set it up to only do one render on the server. I call an action `serverFetchAsync()` that makes all the calls. Once the calls are finished,...

I was investigating this a bit and found out that the autoclose command works in certain situations, but not when a closing tag is open. `` --> Edit > Tag...