⚡️ Checkout Taskade! www.taskade.com/ To upgrade any workspace, login and visit www.taskade.com/billing Use coupon code: CodevolutionUA-cam for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% OFF lifetime discount to your subscription. Enjoy and feel free to invite others to your workspace!
Vishwas, I just finished this series. It's really one of the best tech video series on UA-cam, not just React. You've REALLY done well. Episodes are short, focused, and clear. You don't waste time, you're clear, you have consistent sound level and quality. You don't experiment on camera. You know what you're going to say, you say it, you wrap up. Compare to people who aren't prepared, don't know the material, mumble, and they don't edit. Sincere thanks to you, sir!
I just finished watching the series and came back to the first video to let other people know that this is worth your time, topics are well explained and the examples really help to grasp the concepts, thank you so much. have a wonderful life man
Hey you if you are looking for comprehensive react query explanation. Than stop here right now. I explored all youtube videos, react-query docs and even watch the creator of react-query videos. But all in vain. Finally I found this playlist one of the best on the entire youtube.
Very good. Thanks. Very clear pronouncing of words. No unnecessary word in speech. "OK" and "alright" are annoying words, most of UA-camrs utters very frequently in the speech. Thanks! you are the exception. It feels pleasant to listen to you. Your knowledge and information are also great as compared to others. No need to refer any other source. Thanks once again.
everything you do is beautiful, just like useEffect with dependency, if there is a new dependency in town, you create a playlist to update our states, thank you for being such a caring hook!
Dude, been using your videos for Storybook, Context and now React Query. Don't ever stop :) I hated reading the React Query docs, once again you made it more digestible.
Thank you very much for the playlist, it is very useful and well organized. Also, your English is very understandable for non-native speakers. Like under every video. This is my first playlist on your channel, but definitely not the last!
Hey vishwas really greateful for the content you produce. You told you want to make this channel one stop shop for everything react . Even though you have redux tutorials I believe it needs a revamp with the introduction of redux toolkit.
Moreover, with the redux toolkit we have RTK queries also available now, which does cache and optimisation under the hood. Can you please make RTK Queries series. And a big confusion is how to store the data we queries in global state or else how to share the queried data between different components like global state. I have a scenario where I'm fetching the data for users, and now I wanted to perform soft operations on the UI like edit, and delete. If the user press cancel from here we'll rollback otherwise on save we'll hit a post API. So user can also Add data from other tables also. So how should I solve this scenerio?????
Hi Viswas, Good morning, gone through the videos of rect query, I see that all are fetching data, could you please make a video for the pagination and mutation of the data.
Redux vs React query still redux has upper hand because it can handle both App UI State as well API state however react query only supports API management.
I personally want to use react-query because it handles all the state of api itself. If we manage ourself in redux it will add up a lot of states. On the other hand our ui state will be seperated as well.
@@bhaskar287554 no he can't because it's not true. React query only deals with the promises. It can't be used as a normal redux. Correct me if I'm wrong.🤞
You always take care of your viewers and their needs related to content. Sir can you please create a series on SSR in react with a small project? Very helpful 🙌🏻 Bahut tutorials dekhe lekin kuch smj nahi aaya…🙁
⚡️ Checkout Taskade! www.taskade.com/
To upgrade any workspace, login and visit www.taskade.com/billing
Use coupon code: CodevolutionUA-cam for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% OFF lifetime discount to your subscription. Enjoy and feel free to invite others to your workspace!
Vishwas, I just finished this series. It's really one of the best tech video series on UA-cam, not just React. You've REALLY done well.
Episodes are short, focused, and clear.
You don't waste time, you're clear, you have consistent sound level and quality.
You don't experiment on camera. You know what you're going to say, you say it, you wrap up.
Compare to people who aren't prepared, don't know the material, mumble, and they don't edit.
Sincere thanks to you, sir!
I just finished watching the series and came back to the first video to let other people know that this is worth your time, topics are well explained and the examples really help to grasp the concepts, thank you so much. have a wonderful life man
This is the best React channel on youtube
Hey you if you are looking for comprehensive react query explanation. Than stop here right now.
I explored all youtube videos, react-query docs and even watch the creator of react-query videos. But all in vain. Finally I found this playlist one of the best on the entire youtube.
Your channel is indeed a one stop shop for react.
Very good. Thanks. Very clear pronouncing of words. No unnecessary word in speech. "OK" and "alright" are annoying words, most of UA-camrs utters very frequently in the speech. Thanks! you are the exception. It feels pleasant to listen to you. Your knowledge and information are also great as compared to others. No need to refer any other source. Thanks once again.
please make RTK query video your all video are easy to understand...thanks alot for great efforts
I'm re-learning React after 3 years ... and yes ... this is a ONE STOP SHOP ... THANX!!
Your explanation are just so simple to digest and your playlists are very organized .
Keep doing the great awesome work
Thanks a ton
Hoping the next series all about Jest and React Test Library around unit testing and snapshots testing?
TESTING PLS
testing
testing...
Yes, Please testing
jest , mocha, chai , jasmin ... most preferable is jest
everything you do is beautiful, just like useEffect with dependency, if there is a new dependency in town, you create a playlist to update our states, thank you for being such a caring hook!
I watched the whole series and I strongly recommend it
Sir how you read our minds ... I really want to learn this ... And here we go thank you soo much ... I learn so much from you
Dude, been using your videos for Storybook, Context and now React Query. Don't ever stop :)
I hated reading the React Query docs, once again you made it more digestible.
Thank you very much for the playlist, it is very useful and well organized. Also, your English is very understandable for non-native speakers. Like under every video. This is my first playlist on your channel, but definitely not the last!
Please do a series on micro frontends with Single SPA or module fedration
Dude, you are a bloody legend! Thanks for all this amazing content!!
It was an amazing series, short and on point. It helped me understand many things I didn't even know existed. Thank you so much ❤❤
Kick starting React Query 🏊🏊🏊🏊🏃🏃💪
you know this is the one you are looking for when you got the Indian accent
Thank you. React query prefetching best practices would be an interesting topic.
Sir, simply .. you are awesome 🦾💙
sir you are great we are not forgot your contribution in our life
Happy to see this tutorial in Codevolution❤️
I was expecting this tutorial i need to implement this in my projects.
Hey vishwas really greateful for the content you produce. You told you want to make this channel one stop shop for everything react . Even though you have redux tutorials I believe it needs a revamp with the introduction of redux toolkit.
Moreover, with the redux toolkit we have RTK queries also available now, which does cache and optimisation under the hood. Can you please make RTK Queries series. And a big confusion is how to store the data we queries in global state or else how to share the queried data between different components like global state.
I have a scenario where I'm fetching the data for users, and now I wanted to perform soft operations on the UI like edit, and delete. If the user press cancel from here we'll rollback otherwise on save we'll hit a post API. So user can also Add data from other tables also. So how should I solve this scenerio?????
@Codeevolution Please update this Playlist for new release. V4 and v5.
Love your work.
Can I watch this in 2023
Do we need to use redux if we use react query in our project?
Great thx , wanna see a tutorial from you about RTK Query next
I just finished my blog project on nextjs and react query. Anyway am gonna watch it again 😂
Graphql next pls
Great thanks for your efforts... again and again
Sir can you make a series on how to improve core web vitals in react js
You are doing a great job!
Please also create series of react-query/createWebStoragePersistor-experimental and react-query/persistQueryClient-experimental
thank you for your teaching !!!
sir any plan for starting series on js backend development
Hi Viswas,
Good morning, gone through the videos of rect query, I see that all are fetching data,
could you please make a video for the pagination and mutation of the data.
Can you make a same type of query for rtk query. It'll be really helpful
Hey Vishwas, can you somehow introduce rtk, especially the RTK query package
Should we use react query in our nextjs app?
Definitely you can🤘 Go ahead!
amazing content !!
I have a requirement where I need to migrate redux code to react query. Please guide me if there are any resources to achieve this.
thank you very much...is this goin to be on typescript?
Really good tutorial. Love it
Is it alternative for Relay ?
Exactly 🤞 Sort of you can say.
Please do the redux-persist tutorial.
Redux vs React query still redux has upper hand because it can handle both App UI State as well API state however react query only supports API management.
I personally want to use react-query because it handles all the state of api itself. If we manage ourself in redux it will add up a lot of states. On the other hand our ui state will be seperated as well.
VERY NICE !
Hi Vishwas, Is there tutorial on react Axios ?
Can anyone answer this pls. Confused which one to learn.
Which one is better
React swr or react query?
hello , is this tutorial up to date with latest version of there updates
Does this include listening for data changes on the database?
finally! Master!
How to use react-query with react-table to filter data(SSR)
Hey! Can you please make a tutorial on the react-use library as well?
Please do react unit testing with jest and enzyme...differentiate with RTL.
u are awesome dude
What's vscode theme?
please make a series on redux saga
Hi Viswas,After using the react query still we are depending in the state management like Redux?
You can easily replace the redux with react query cache data.
@@kailas_kadam if don't mind you, have any examples, could you please share with me.
@@kailas_kadam Thank you for your response
@@bhaskar287554 no he can't because it's not true. React query only deals with the promises. It can't be used as a normal redux. Correct me if I'm wrong.🤞
@@WIBEDRILLMusic thank you your valuable time and time.
You always take care of your viewers and their needs related to content. Sir can you please create a series on SSR in react with a small project?
Very helpful 🙌🏻
Bahut tutorials dekhe lekin kuch smj nahi aaya…🙁
is this video still relevant? or need to look for an updated one?
Thank you
My man . ❤️❤️❤️❤️
Please make a course on React Redux with Typescript
GoodJob!
It will be nice if u update your redux with redux toolkit, the new way of using redux and that has a query for data fetching too
0:40 all react tutorials
Awesome!!! Please go into crud applications as well!
👍👍
I love you Vishwas
🙏👍👍
Hi
{2023-01-24}
.
👌