-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Add Apollo skeleton #11119
Add Apollo skeleton #11119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok moving forward with this version but we have many different ways to integrate with Apollo, in my projects I don't use like this. But I'm ok with this approach.
I'm still torn between examples or more skeletons, this case seems to be more a example than a skeleton as you are selecting React already as the view layer. For Cordova, as I'm making a lot of choices as well, I'm going with example #11072
What do you think?
Co-authored-by: Filipe Névola <filipe@quave.com.br>
@filipenevola I have written an article on my thinking on Dev.to: https://dev.to/storytellercz/meteor-create-apollo-32e2 |
I'll make another round of updating the skeletons dependencies tomorrow. |
Thanks @StorytellerCZ |
Added Apollo skeleton based on the React skeleton and updated dependencies on all skeletons.
It is a very simple Apollo integration without anything fancy using the official
apollo
package.Maybe in the future it might be a good idea to have more diversity in Apollo skeletons, but I think this is a much needed start of that process.