Closed pemrouz closed 9 years ago
@pemrouz hey, thanks for suggest! I'll be glad to see PR with such example in this repo as well.
@voronianski: See https://github.com/voronianski/flux-comparison/pull/22. I kept this as a server-less implementation like the rest, but obviously the power with Ripple is having changes ripple across the network to all connected servers/clients.
React doesn't play well with Web Components, so I left it out. But you could easily require the common JSX files, add a wrapper div, then render into that, like this.
@pemrouz in order to keep better structure of the repo non-flux examples are no longer accepted.
What's a "flux example" exactly?
Would be nice have a comparison example for Ripple too, can send a PR if you want.
Ripple is an extension to the Flux paradigm (closer to the new Relay in scope):
https://github.com/pemrouz/ripple
See also the React quick example to get started: https://github.com/pemrouz/ripple-examples