Главная
Study mode:
on
1
Intro
2
Welcome
3
Prerequisite knowledge
4
Project dependencies
5
React v18 index changes
6
JSON Server
7
App and TodoList components
8
Create an api slice
9
ApiProvider
10
Apply useGetTodosQuery in TodoList
11
Adding mutations to the slice
12
Apply mutation hooks in TodoList
13
Cached data
14
Tags, invalidating cache, and auto-refetching
15
Transforming the response
Description:
Build a CRUD example app with RTK Query and React in this comprehensive tutorial. Learn how to abstract API logic from your code and create custom React hooks for easy implementation. Explore project dependencies, set up JSON Server, create API slices, apply useGetTodosQuery in TodoList, add mutations to the slice, and implement mutation hooks. Dive into advanced concepts like cached data, tags, invalidating cache, auto-refetching, and transforming responses. Gain hands-on experience with React Redux Toolkit Query while developing a practical application.

React Redux Toolkit Query Tutorial and RTK Query CRUD Example App

Dave Gray
Add to list