Closed goatslacker closed 9 years ago
This can probably go in a separate repo so as not to cloud this one but here's some code in a nice and tidy single commit that has the demo working.
This PR is a copy of alt but with
alt
index.html
server.js
es6-promise
WebAPIUtils.getAllProducts
Also to note: I haven't ran the fluxible demo but I'm thinking it would also work on the server side as-is.
I've also included a README which details how to run it as well as a birds eye view of how it works under the hood.
This can probably go in a separate repo so as not to cloud this one but here's some code in a nice and tidy single commit that has the demo working.
This PR is a copy of
alt
but withindex.html
server.js
es6-promise
so we can keep track of when our API loads dataWebAPIUtils.getAllProducts
to return a promise instead of firing off an actionAlso to note: I haven't ran the fluxible demo but I'm thinking it would also work on the server side as-is.