Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Use Flux #21

Closed
doodledood opened this issue Apr 4, 2015 · 5 comments
Closed

Use Flux #21

doodledood opened this issue Apr 4, 2015 · 5 comments
Labels

Comments

@doodledood
Copy link

It would be nice if the starter kit made use of Facebook's Flux or some Flux library like Reflux.

@RickWong
Copy link
Owner

RickWong commented Apr 4, 2015

Please see this issue #4

There's still not a winner in the Flux libraries space. Even Reflux that I quite like too, is still figuring out how to do isomorphic support. reflux/refluxjs#144

@doodledood
Copy link
Author

I see.
Have you considered using one of the following implementations?

Both seem interesting and support isomorphic apps out of the box.

@RickWong
Copy link
Owner

RickWong commented Apr 4, 2015

@iam4x
Copy link

iam4x commented Apr 4, 2015

I went for Alt with Iso for isormorphic flux, here's my boilerplate: https://github.com/iam4x/isomorphic-flux-boilerplate

@RickWong
Copy link
Owner

I'm still not convinced that the starterkit must include a Flux implementation. All the Flux libraries are simply an npm install ... away, so everyone can just use what they're comfortable with.

Right now the starterkit has a polyfill for the Fetch API, and React Transmit for isomorphic data fetching. As soon as Facebook releases Relay I will consider moving to Relay + GraphQL.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants