This video is the compliment to a full text based tutorial which you can find here.
https://codeworkshop.dev/blog/2020-04-15-fetching-data-with-react-query-and-suspense/
React Query is a really nice way to load data asynchronously that uses a hook based API. This is a short tutorial demonstrating how to set it up and use it for the first time.
We also have a slightly more extended version of this tutorial as a blog post on the website if you want to go a little farther and see how to use React Suspense and parameterize the queries.