Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of fetching data in a isomorphic way to backend #2

Open
ptomasroos opened this issue Nov 4, 2014 · 3 comments
Open

Example of fetching data in a isomorphic way to backend #2

ptomasroos opened this issue Nov 4, 2014 · 3 comments

Comments

@ptomasroos
Copy link

No description provided.

@Kingdutch
Copy link
Contributor

👍
This is what I'm currently struggling with. I understand that a store is for controlling a part of the client side app. So which part will become responsible for handling data from e.g. MongoDB? I could put it in myself with AJAX and server side scripting but that's going away form the Isomorphic greatness that is this repo, fast. :(

@zertosh
Copy link
Owner

zertosh commented Mar 25, 2015

I need to find time for this 😞 I'll ask my manager to what extent I can just copy/paste one of our (i.e.: SoundCloud's) apps.

@Kingdutch
Copy link
Contributor

For anyone that might stumble accross this issue

An example implementation of this is given in the documentation of the Fluxible library. Although using something like Fluxible, Reflux or Flummox feels as magic and 'unclean' (imho) they do provide for good examples.

A walkthrough from client to server can be found here: https://github.com/yahoo/fluxible/blob/master/docs/guides/bringing-flux-to-the-server.md

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

No branches or pull requests

3 participants