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

feat(docs): add GraphQL in Vue guide with 5 data fetching approaches #371

Conversation

onyedikachi-david
Copy link
Contributor

Fixes #310
/claim #310
This commit adds a comprehensive guide on GraphQL integration in Vue applications,
covering 5 different approaches for data fetching:

  • Apollo Vue
  • Villus
  • URQL
  • Fetch API
  • Axios

The guide includes:

  • Installation instructions for each library
  • Usage examples with Vue 3 Composition API
  • Brief explanations of each approach's strengths
  • A conclusion summarizing when to use each method

Working repo example: https://github.com/onyedikachi-david/vue-graphql-multiapproach

example link: https://vue-graphql-multiapproach.vercel.app/

@onyedikachi-david
Copy link
Contributor Author

Please review @amitksingh1490

@amitksingh1490
Copy link
Contributor

@onyedikachi-david Can you move this to blogs similar to what I have done for angular one

@onyedikachi-david
Copy link
Contributor Author

@onyedikachi-david Can you move this to blogs similar to what I have done for angular one

Okay

@onyedikachi-david
Copy link
Contributor Author

Done @amitksingh1490

@amitksingh1490
Copy link
Contributor

amitksingh1490 commented Jul 21, 2024

@onyedikachi-david The content is very similar to the angular lets try to add different analogies. Moving this to Draft

@amitksingh1490 amitksingh1490 marked this pull request as draft July 21, 2024 06:45
@amitksingh1490
Copy link
Contributor

@onyedikachi-david Please take this feedback and update the angular blog accordingly twitter.com/JoviDeC/status/1815101625280987264

@Frenzyritz13
Copy link
Contributor

Frenzyritz13 commented Jul 29, 2024

Hey @onyedikachi-david , if you are still working on this, I would recommend using this checklist to review your article: https://docs.google.com/document/d/1Bw9iT4ws9q093kCJsnStfpByJljn-wRPNtc575s3_R8/edit?usp=sharing
And if you want discuss changes and flow of it feel free to put some time on my calendar here: https://calendly.com/ritvi

@shegz101
Copy link
Contributor

Hey @shegz101, if you are still working on this, I would recommend using this checklist to review your article: https://docs.google.com/document/d/1Bw9iT4ws9q093kCJsnStfpByJljn-wRPNtc575s3_R8/edit?usp=sharing And if you want discuss changes and flow of it feel free to put some time on my calendar here: https://calendly.com/ritvi

Hello @Frenzyritz13, I already dropped this. Thank you!
Someone is presently working on this.

@onyedikachi-david
Copy link
Contributor Author

Thank you @Frenzyritz13, Yes I am on it. Almost done.

@Frenzyritz13
Copy link
Contributor

Hey @onyedikachi-david any updates on the article? We would love to publish it today if you are done.

@onyedikachi-david
Copy link
Contributor Author

Yes there's. I'll make a push in 3hrs

@Frenzyritz13
Copy link
Contributor

Hey @onyedikachi-david just wondering if you pushed the changes. Did you get a chance to do it?

@onyedikachi-david onyedikachi-david marked this pull request as ready for review July 31, 2024 14:03
@onyedikachi-david
Copy link
Contributor Author

Hello, @Frenzyritz13, Just pushed.

@amitksingh1490 amitksingh1490 force-pushed the feature/graphql-vue-approaches-guide branch from fb97ff5 to 581183a Compare August 2, 2024 12:33
@amitksingh1490 amitksingh1490 merged commit 22d1146 into tailcallhq:develop Aug 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write a guide for GraphQL with Vue.js
4 participants