saikat / react-apollo-starter-kit

A production-ready starter kit for making a React/Apollo application.
MIT License
186 stars 28 forks source link

Use Graphcool as backend #22

Open hypervillain opened 7 years ago

hypervillain commented 7 years ago

I've been trying to proxy my requests to Graphcool, using this seed (which feels awesome on any other part) but it is not as dummy as I thought.

Webpack proxies each request to :8080 and I am puzzled by the purpose of the app-renderer.jsx.

Could you provide a simple way to port this starter kit to Graphcool?

Thanks

chandlervdw commented 7 years ago

@THook did you ever figure this out? I'm looking to start a new project and graph.cool is integral.

hypervillain commented 7 years ago

I have a good starting point at https://github.com/THook/reactql-seed but it probably contains a lot of stuff you won't need. Feel free to use, a PR would be greatly appreciated