Learn Vue Apollo With GraphQL in 15 Minutes

  Рет қаралды 30,781

Program With Erik

Program With Erik

Күн бұрын

Пікірлер: 40
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
Make sure to sign up for my Vue Course! www.vuecourse.tech/
@SethSetiadha
@SethSetiadha 3 жыл бұрын
at 4:04 I can't see the apollo.config.js as well as vue-apollo.js on my files. when adding apollo, I got error as well, but it's saying "Error: You cannot call "get" on a collection with no paths...." have you/anyone ever got this kind of error?
@bvatbdsubfigv
@bvatbdsubfigv 2 жыл бұрын
i'm stuck on that too, really love graphql and vue and just can't get my apollo client to work for my web app. Also with the same error
@ВикторК-н2к
@ВикторК-н2к Жыл бұрын
Hello, I could solve my problem. In main.js use import Vue from 'vue' import App from './App.vue' import router from './router' import { createProvider } from './vue-apollo' new Vue({ router, apolloProvider: createProvider(), render: h => h(App) }).$mount('#app')
@tatianovnafrutti8982
@tatianovnafrutti8982 2 жыл бұрын
Thanks a lot! Very cool video!)) Can you tell me what font is used in VSCode? Very cool lighting!
@brahimwebmaster
@brahimwebmaster 5 жыл бұрын
Hi Erik , what is the shining test extension you are using for vs code ?
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
It's called Synthwave 84
@fatihakgun7730
@fatihakgun7730 3 жыл бұрын
its ugly
@MrBira24
@MrBira24 4 жыл бұрын
Can I use Vue Apollo + vuetify?
@tmood33
@tmood33 3 жыл бұрын
Good video ! please what is the theme of your IDE can we have it?
@CharlyMtzP
@CharlyMtzP 3 жыл бұрын
SynthWave '84
@asshurimlarita4019
@asshurimlarita4019 4 жыл бұрын
how do you make your text glow?
@andrejatanasovski7258
@andrejatanasovski7258 Жыл бұрын
Amazing video, simple and straight to the point.
@suhaib404
@suhaib404 4 жыл бұрын
Hey Erik, which extension are you using to highlight gql syntax?
@milk74tv87
@milk74tv87 5 жыл бұрын
Erik considering Vueschool is only $25 a month how is your new course going to compete with all that content?
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
miLk74 Tv my course is 5 weeks long. With one on one help and mentoring. Yes it will
@milk74tv87
@milk74tv87 5 жыл бұрын
@@ProgramWithErik love it man can't wait to see the email for sign ups today
@jasonmascari827
@jasonmascari827 4 жыл бұрын
Great videos. Would love to see more in-depth Vue-Apollo tutorials. Really struggling with Fragments and the IntrospectionFragmentMatcher.
@alansods123
@alansods123 2 жыл бұрын
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?
@iqbalhossain3688
@iqbalhossain3688 4 жыл бұрын
how can I create new query??
@alibayatmokhtari
@alibayatmokhtari 5 жыл бұрын
What is your keyboard for programming? Tnx for the answer
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
I use a corsair k70
@michaelyenny1321
@michaelyenny1321 5 жыл бұрын
Awesome video Erik! Will you build a full stack app with firebase graphQL and Vue
@duketranslucent3rd
@duketranslucent3rd 3 жыл бұрын
One thing I don't get is precisely what graphql-tag is and why every tutorial/vid on Vue with GraphQL seems to involve it. Vue Apollo doesn't list it as a dev dependency from what I can see, so is it essential to using Vue with Apollo, or merely optional?
@ecofriend93
@ecofriend93 4 жыл бұрын
How can we do error handling with Vue Apollo? E.g. if I throw a new error in the resolver that says no such user exists.
@ProgramWithErik
@ProgramWithErik 4 жыл бұрын
That I'm not sure.
@djchrisi
@djchrisi 5 жыл бұрын
Thanks for the video. I think it's worth explaining the apollo cache in greater detail because this is in fact the core functionality of apollo vue. If you only want to make a query, you could just as well sent a normal POST request to the server and display it's response.
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
Good point. The cache stuff would have been userful. I just didn't want to get too much into it.
@djchrisi
@djchrisi 5 жыл бұрын
That is off course totally fine! I find the documentation of apollo vue sufficient if you have read the original apollo client documentation. But the original documentation is very much reactjs biased and I find, there is a gap that your videos could fill. There is so much more in the library that is not covered in this video, but is essential for the use. Maybe 'Learn Vue Apollo With GraphQL in 15 Minutes' is not the best title for this video, since it may raise expectations, that aren't met. I hope that more detailed videos are to come because you have a talent to explain .
@rogiergorter6214
@rogiergorter6214 3 жыл бұрын
I am using wp-graphql. So i had to make some changes, but it works.
@rogiergorter6214
@rogiergorter6214 3 жыл бұрын
Thank you, but i had to install apollo again otherwise it didn't work with the apollo example.
@suddha1
@suddha1 3 жыл бұрын
I really love your theme what is it 😎
@anonymousshooter3636
@anonymousshooter3636 5 жыл бұрын
Hi Erik thanks for uploading video on graphql can you please make a video compariing Rest API vs GraphQL
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
I'll add it to my list!
@flaviokonti5522
@flaviokonti5522 4 жыл бұрын
Must say I dont like appolo in vuejs, its syntax is so messy, even in simple view like this one. Is it even possible to make queries to graphql from vuex?
@davidzita1404
@davidzita1404 5 жыл бұрын
more apollo please
@tiloiam
@tiloiam 5 жыл бұрын
i love watching tutorial videos on my favorite topics, but watching a duplicate video about going through a super easy tutorial just to plug a upcoming course makes me feel a bit cheated.
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
I'm sorry. I'll try to do better next time. Although, next video will also have a plug for the course in it. I'll try to make the video have more content though then this one
@srikanthkrishnamoorthy3484
@srikanthkrishnamoorthy3484 5 жыл бұрын
Thanks Erik for this video. I m going to try this. Looks like a great lead for me.
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
Sweet!
GraphQL для фронтенд разработчиков
35:52
Михаил Непомнящий
Рет қаралды 48 М.
LEARN GRAPHQL WITH VUE APOLLO IN 20 MINUTES!
23:38
Program With Erik
Рет қаралды 42 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Redux не нужен. GraphQL и Apollo Client.
27:48
knowcity
Рет қаралды 52 М.
Vue: Routing For Dummies
25:05
Program With Erik
Рет қаралды 52 М.
Sara Vieira - GraphQL + Apollo + Vue js = Magic
21:21
Vuejs Amsterdam
Рет қаралды 12 М.
Learn GraphQL in 7 Minutes For Beginners
7:01
PedroTech
Рет қаралды 88 М.
How To Connect GraphQL To Your Vuejs With Hasura
14:46
Program With Erik
Рет қаралды 5 М.
Apollo Server GraphQL Resolvers for Beginners
20:43
Cooper Codes
Рет қаралды 4,4 М.
Learn GraphQL In 40 Minutes
39:43
Web Dev Simplified
Рет қаралды 751 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН