LEARN GRAPHQL WITH VUE APOLLO IN 20 MINUTES!

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 59

  • @ProgramWithErik
    @ProgramWithErik  5 ปีที่แล้ว +44

    GraphQL + Vue, yup, you don't need React!

  • @prestonwallace6063
    @prestonwallace6063 5 ปีที่แล้ว +14

    Thank you for the video! I loved it! If you do more with Vue + GraphQL, I'd love to see them!! Subscribed now.

  • @kc2838
    @kc2838 3 ปีที่แล้ว +2

    Anytime I want to learn something new in Vue, Just refer to Erik's video. Great video as expected. Thanks :)

  • @ecomhicks
    @ecomhicks 5 ปีที่แล้ว +1

    3:20 Best thing I've learned in a while, didn't know you could just drag the little weatherman across the screen. All the YTvideos I've watched..never seen that done..cool.

  • @ilichpadilla2448
    @ilichpadilla2448 5 ปีที่แล้ว +2

    Great video. I'm a fan of Vue from now!

  • @johnnydriesen7575
    @johnnydriesen7575 5 ปีที่แล้ว +4

    Just One Word: AMAZING !!!
    Thanks Erik !

  • @ДмитрийЛеснов-ч5з
    @ДмитрийЛеснов-ч5з 5 ปีที่แล้ว +1

    Thank you! Can I use it with vuex and init apollo.query in vuex store getters and actions?

  • @ovidiublaga1
    @ovidiublaga1 ปีที่แล้ว

    Thank you for all your great work. More on Apollo GraphQL would be great

  • @Davieu101
    @Davieu101 5 ปีที่แล้ว +3

    I don't think fakerql site is up and running? Can somebody confirm please. Or am I missing something?

    • @rjsnh1522
      @rjsnh1522 5 ปีที่แล้ว +2

      yes its down

    • @derduskenga
      @derduskenga 5 ปีที่แล้ว

      I also wanted to use it but it is unavailable.

  • @jedemesa23
    @jedemesa23 5 ปีที่แล้ว +5

    fakerql website is down, can you please give an alternative fake graphql api? thank you

  • @luizmeier
    @luizmeier 5 ปีที่แล้ว +2

    Great video. Would be nice to have a complete integration with a real (simple) database table and a simple ACL like: only the owner of something can create/delete/modify their own stuff and a master user (admin) that can do anything anywhere.

    • @matthiaslangbart9841
      @matthiaslangbart9841 5 ปีที่แล้ว

      Are you asking for is a shake-'n-bake solution for API server management? There is none because it would have to cover all possible security issues that server management brings up. Too bad. :/

  • @rishusarpal
    @rishusarpal 3 ปีที่แล้ว

    How can i refresh the ApolloQuery, once a submit a Mutation ?
    for eg.
    add a new item to ToDo list via a text box Mutation and then refresh ApolloQuery to show the added item?

  • @mr.random8447
    @mr.random8447 3 ปีที่แล้ว +1

    What method is recommended?
    1) Apollo Object
    2) Apollo Query in Template
    3) Apollo Query external query file

  • @luisantonio7744
    @luisantonio7744 5 ปีที่แล้ว +1

    allTodos: gql`
    query{
    allTodos{
    id
    nombre
    }
    }
    `
    Ya no acepta "query" se debe omitir, a mí me salía error, cuando eliminé eso, se solucionó. ¿Alguna opinión?

  • @blokche_dev
    @blokche_dev 5 ปีที่แล้ว +3

    Great! Thanks for the video. By the way, what is this VSCode theme you are using?

  • @ahmedhamdy9594
    @ahmedhamdy9594 5 ปีที่แล้ว +2

    can you please make a whole app using nuxt and apollo integrating a graphql API

  • @lucaswaroux7894
    @lucaswaroux7894 4 ปีที่แล้ว

    Thank you ! great video tutorial.

  • @JosueVader
    @JosueVader 4 ปีที่แล้ว

    i know how to do it with react, but its time to try vue... thanks for the video!

  • @mandrasaptakmandal636
    @mandrasaptakmandal636 3 ปีที่แล้ว +1

    Vue add method is not working now. It is giving errors. please make a tutorial on how to add them manually

  • @ecematacli1940
    @ecematacli1940 4 ปีที่แล้ว

    Hey Erik. Please do more of Apollo vue videos as there are so little of them on youtube. Thank you!

  • @AnhTuan-iy5ss
    @AnhTuan-iy5ss 3 ปีที่แล้ว

    Thank you so much! I watched many video learning how to use graphql in vue but yours is the best. I see that you only need to install apollo, so apollo is contain graphql inside already?

  • @robertopro18
    @robertopro18 5 ปีที่แล้ว +1

    Hey Erik, thanks for sharing your knowledge, it really helped me out, I have a question, in case you have chance to answer, I am starting learning frontend development, so I read about NPM and YARN, I used yarn, but following your steps with yarn instead of npm, it broken the dependencies installation, and then I tried again with npm and it worked!
    So, Do you recommend NPM or YARN for Vue development?

  • @ecofriend93
    @ecofriend93 4 ปีที่แล้ว

    It'd great to see a tutorial on how apollo can remove the need for Vuex stores.

  • @xhostcom9284
    @xhostcom9284 4 ปีที่แล้ว

    It is indeed a good idea Eric!

  • @kimbuk
    @kimbuk 3 ปีที่แล้ว

    Thank you Erik! Great Video!! An update for composition api aproach in Vue 3 + Vue Apollo 4 could be great! Thank you!

  • @alansods123
    @alansods123 ปีที่แล้ว

    Im getting this error when installing apollo vue.
    command failed: yarn add vue-cli-plugin-apollo -D --tilde
    Does anyone know how to solve it?

  • @karamcsand
    @karamcsand 3 ปีที่แล้ว

    For me it fails on 10:30. App says in the console that I a have a Network Error, Failed To Fetch

  • @ErtjonMecka
    @ErtjonMecka 4 ปีที่แล้ว

    what theme are you using?

  • @faresgeek-dz5692
    @faresgeek-dz5692 4 ปีที่แล้ว

    Oky! So apollo is graphql consumer
    Just like axios for rest api ??

  • @simaobonvalot9141
    @simaobonvalot9141 2 ปีที่แล้ว

    I think FakerQL doesn't exist anymore, was trying to use it but nothing seems to appear

  • @polisonify
    @polisonify 4 ปีที่แล้ว

    what mic do you use?

  • @NellyMoseki
    @NellyMoseki 4 ปีที่แล้ว

    This is so cool though!!!

  • @0282097
    @0282097 5 ปีที่แล้ว

    Unrelated to the content, but what keyboard/switches are you using?

    • @ProgramWithErik
      @ProgramWithErik  5 ปีที่แล้ว

      Yeah, I changed keyboards earlier last year, and they are a bit more clacky and loud. I need to find a quieter keyboard again. I'll post a video with all my equipment, soon.

    • @0282097
      @0282097 5 ปีที่แล้ว

      @@ProgramWithErik I ask because I actually really like the sound of whatever you're using in this video!

  • @XGD
    @XGD 5 ปีที่แล้ว

    Thanks a lot!

  • @yuomtheara
    @yuomtheara 5 ปีที่แล้ว

    Excuse me, I can't access `fackerql.com` to test

    • @ProgramWithErik
      @ProgramWithErik  5 ปีที่แล้ว

      Yeah it's down. Sucks :(

    • @yuomtheara
      @yuomtheara 5 ปีที่แล้ว

      @@ProgramWithErik haha thanks

  • @majidb8706
    @majidb8706 5 ปีที่แล้ว

    Great

  • @JorgeGonzalezCO
    @JorgeGonzalezCO 5 ปีที่แล้ว

    Hi! Whats your VSCode extension used here... like a neon style? th-cam.com/video/8JtmnsolNq8/w-d-xo.html Thanks!

  • @narzantaria1102
    @narzantaria1102 5 ปีที่แล้ว

    It should be good the videos about GraphQL using Relay modern (Mongo/Express/React)

  • @lorieldesamito3998
    @lorieldesamito3998 2 ปีที่แล้ว

    vue add apollo no longer works

  • @ammarhassan_
    @ammarhassan_ 5 ปีที่แล้ว

    not relevant video now as apollo directory has changed

  • @narzantaria1102
    @narzantaria1102 5 ปีที่แล้ว

    It should be good the videos about GraphQL using Relay modern (Mongo/Express/React)

  • @narzantaria1102
    @narzantaria1102 5 ปีที่แล้ว

    It should be good the videos about GraphQL using Relay modern (Mongo/Express/React)