sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

GraphQL and Relay Support? #84

Open sahat opened 8 years ago

sahat commented 8 years ago

If you have used GraphQL or Relay, I'd like to hear your thoughts on how feasible it would be to add it to Mega Boilerplate.

Does it require structuring your schema a certain way or is it completely independent from database storage?

Would I need to create a separate set of Express API routes for GraphQL?

Does Relay work in conjunction with Redux or does it replace Redux?

niallobrien commented 8 years ago

The MDG Apollo team might be the right people to talk to.

schickling commented 8 years ago

Hi @sahat. We're maintaining a bunch of Relay/Apollo/Redux example projects for GraphQL. Hope this is useful: https://github.com/graphcool-examples

ryanblakeley commented 8 years ago

When I was evaluating boilerplates for a project that started last November, this was my top choice https://github.com/fortruce/relay-skeleton.