RTK Query Tutorial - How to Fetch Data With Redux Toolkit Query | React Beginners Tutorial

preview_player
Показать описание

In this video I will teach you guys how to use redux toolkit to fetch data from API's in react.

Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial

#reactjs #coding
Рекомендации по теме
Комментарии
Автор

I was struggling to grasp RTK Query for the past couple of days. This tutorial helped me understand it in a much simpler way. Thank you!

ravhundal
Автор

Timestamps:
0:00 Intro
0:40 Target Audience
(1:15-2:01 Skillshare)
2:02 Project Intro
2:59: createAPI() function
9:05 hooks can be used to get data

akshaychoudhry
Автор

This is awesome! without even writing a single line of code, i understood what's going on 90%! thanks pedro!

zuccidaniel
Автор

The example I saw on the Redux documentation did not create another provider. It added the API as a reducer in the store and as a middleware concatenated on getDefaultMiddleware. That approach makes a lot more sense because it would be insane to be nesting 20 providers for 20 API slices.

daemonelectricity
Автор

Just wanna say your channel has helped me build some awesome projects the past few months! An updated MERN project would be amazing if you can anytime soon!

eshw
Автор

I had knowledge of RTK query, but couldn't understand it very well.
This video made it very clear all my previous confusion.

NyiNyiSoe-vp
Автор

Been using it recently with redux, a bit more complex than react-query but a really great tool! Keep up with the good work. Shotout from Portugal

josefreitas
Автор

you really know how to explain very well.

when I'm stuck on anything I directly come to you, thank you very much.

ALi-Sloom
Автор

I love your lessons & explanations! So simple & concise!

marvinfok
Автор

When I was reading the RTKQuery docs I though they said you only need to wrap the app inside ApiProvider if you weren't already using a redux store with a Provider. Essentially, it's a way to isolate the RTKQuery functionality from other features of the toolkit.

If you are already using Redux store you can just add it to your configureStore as is intructed in the docs.

ToveriJuri
Автор

Super introduction Pedro ! Hoping to see a deep-dive in te future ! Love Bart

bartjan
Автор

Wow. You explained it absolutely great. Now it is much more clear for me. Thank you buddy

amirhosseinnazari
Автор

Excellent video to introduce RTK Query basics! You made it very clear and simple, thank you 🙏

BobbyWnder
Автор

Hi Pedro, thanks for all you do to put these tutorials out here for free. I was wondering if you will be doing any tutorials on TDD in react with jest or react testing library
.

johnadepelumi
Автор

✅ You def did a boss job explaining rtk query!

Chris-qgkc
Автор

Very clear explanation. Thank you for sharing

GeneralPensionAuthority
Автор

Please Please Create a React Native course, I really like how you teach! If possible thanks

developedbyjs
Автор

Thanks for this tutorial. But Please make a complete tutorial on Redux toolkit and rtk query and show how to use it for post request and for complex web apps.

sudiptokumarmitra
Автор

nice tutorial @pedro what vscode theme are you using here?

davidriches
Автор

Hooks can only be called at the top level of the component, what do I do if I want to pass the value of an input as a filter to the query?

kirito