UseQuery Hook in Apollo Client | GraphQL Course For Beginners Ep. 6

  Рет қаралды 15,611

PedroTech

PedroTech

Күн бұрын

Пікірлер: 38
@juanroldan1989
@juanroldan1989 3 жыл бұрын
This is an AMAZING course! I'm following along and practicing on every episode and sharing them and is REALLY great! Keep those episodes coming mate : D All the best from Argentina!
@niqueyschannel
@niqueyschannel 3 жыл бұрын
OMG...the first person to have the same error I was having and the first video to actually help....I have been struggling for hours...Thank you sssoooo much
@irudhayaswamy
@irudhayaswamy 3 жыл бұрын
Awesome Pedro I am following you please keep going this series completely . Since there is no complete series in youtube or web on these.
@channel-xp7iq
@channel-xp7iq 3 жыл бұрын
Fala pedrao, manda bem demais vey!!!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! I am also going to release a video with all the episodes condensed into one!
@irudhayaswamy
@irudhayaswamy 3 жыл бұрын
@@PedroTechnologies This is awesome
@puneetsingh9678
@puneetsingh9678 3 жыл бұрын
@@PedroTechnologies yes condensed videos are helpful. I use your all hooks in one video as a quick reference
@adolphheerver335
@adolphheerver335 3 жыл бұрын
Thank you so much pedro, this is pure gold, please keep it going to finish all
@chiragkumawat3456
@chiragkumawat3456 3 жыл бұрын
This is what i really want ,loved the way of your teaching Looking forward for many more videos on graphql advance features like middleware context etc
@craigjohnson8279
@craigjohnson8279 3 жыл бұрын
Great video Pedro. I hope that you go over Mutations and Caching.
@Victor-wh9bs
@Victor-wh9bs 3 жыл бұрын
Great Video
@abhaytiwari6411
@abhaytiwari6411 3 жыл бұрын
Awesome 😎 as always
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you so much 😀
@Master-sy8si
@Master-sy8si 2 жыл бұрын
Great simple explanation!
@vishalthapa3101
@vishalthapa3101 2 жыл бұрын
Error handling is not working for useLazyQuery?
@Master-sy8si
@Master-sy8si 2 жыл бұрын
Thanks for this awesome course man!!
@АртемТрейко-э2в
@АртемТрейко-э2в 3 жыл бұрын
Thank you! Dude, load this video to the GraphQL playlist! +1
@sonusingh-zr6xw
@sonusingh-zr6xw 3 жыл бұрын
Great content Pedro. Which code editor are you using?
@emmanuelamodu2390
@emmanuelamodu2390 Жыл бұрын
Great course. Thanks
@MrZalesacek
@MrZalesacek 3 жыл бұрын
Are you planning to do explanation tutorial about working with Apollo client cache ?
@Mersal-tq9lm
@Mersal-tq9lm 2 жыл бұрын
Hello mate, You videos are awesome. You can say '$' as dollar signs. As all these ¥,€,... are money signs. So if you chose to be more specific.
@aurora23301
@aurora23301 Жыл бұрын
Hey Pedro, love your tutorials. I have a question. I am not sure why localhost:4000 doesn't seem to work for me. Anyone knows why?
@codingispower1816
@codingispower1816 2 жыл бұрын
Excellent video, Pedro! Unfortunately at the end of the video when you are explaining a useLazyQuery alternative the video cuts off. :(
@denisskk7143
@denisskk7143 12 күн бұрын
Awesome series. Where is the ending of this episode tho?
@ayushyt918
@ayushyt918 2 жыл бұрын
Thank you man once again
@ayushyt918
@ayushyt918 2 жыл бұрын
Thank you Pedro !!
@manoj-k
@manoj-k 3 жыл бұрын
🔥🔥🔥
@eusouluao
@eusouluao 3 жыл бұрын
Pedro, consegue fazer um video ensinando como fazer um shopping cart component?
@curiosabouttech
@curiosabouttech Жыл бұрын
Thank u so much pedro you the best.
@lizzienovigot
@lizzienovigot 3 жыл бұрын
Why does it end abruptly midsentence? %)
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Ohh damnn, ur the first to point it out. I didn’t realize it 😔 must have been a mistake while editing. I will post the whole series as a single video next week and will include the rest
@develop-with-faizan
@develop-with-faizan 3 жыл бұрын
Hello Pedro! I have 2 questions kindly reply them both 1)is the backend graphql completed? Or is there anymore to it? And 2)Do we use Redux in grahql how to we do state management with me Kindly guide me
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hey Faizan! 1) No, I still want to make a video going over stuff like subscriptions / context / and more 2) Apollo Client is a replacement for redux bc it is a state management library. I usually go with Apollo Client + Context API
@develop-with-faizan
@develop-with-faizan 3 жыл бұрын
@@PedroTechnologies okay thank you so much and don't stop the series man .So good.
@alexmax3311
@alexmax3311 2 жыл бұрын
Hi bro can you help me I follow your code and I can't fetch data to react component (loading is always = true and data = undefined ) {data: undefined, loading: true, networkStatus: 1, refetch: ƒ, reobserve: ƒ, …} called : true client : ApolloClient {resetStoreCallbacks: Array(0), clearStoreCallbacks: Array(0), link: ApolloLink, cache: InMemoryCache, disableNetworkFetches: false, …} data : undefined fetchMore : ƒ () loading : true networkStatus : 1 observable : ObservableQuery {observers: Set(1), subscriptions: Set(0), queryInfo: QueryInfo, queryManager: QueryManager, _subscriber: ƒ, …} previousData : undefined refetch : ƒ () reobserve : ƒ () startPolling : ƒ () stopPolling : ƒ () subscribeToMore : ƒ () updateQuery : ƒ ()
@hitusehgal
@hitusehgal 3 жыл бұрын
For all those facing the error: " Module not found: Can't resolve 'graphql' in '\client ode_modules\@apollo\client\core' " Instead of doing: "npm install @apollo/client" Please do: "npm install @apollo/client graphql"
@Arifhossain-fk3ub
@Arifhossain-fk3ub 3 жыл бұрын
I faced the same error...your comment help me to figure out the error...thanks
@hitusehgal
@hitusehgal 3 жыл бұрын
Welcome :)
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
React With GraphQL (Apollo Client) Crash Course
1:06:28
Laith Academy
Рет қаралды 91 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 927 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 214 М.
C++ Super Optimization: 1000X Faster
15:33
Dave's Garage
Рет қаралды 333 М.
Learn Apollo Client's useQuery Hook in Less Than 20 Minutes
19:47
Chris DeSilva
Рет қаралды 9 М.
Mutations | GraphQL Course For Beginners Ep. 5
32:58
PedroTech
Рет қаралды 15 М.
Dispatch this: Using Apollo Client 3 as a State Management Solution
29:07
This is the Only Right Way to Write React clean-code - SOLID
18:23
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН