Simplifying Thunks With createAsyncThunk
Get started with the createAsyncThunk utility provided by Redux toolkit, and learn how to simplify the creation of thunks.
We'll cover the following
Why createAsyncThunk?
If you created 100 thunks for fetching async data, you’ll notice some similar patterns across all of them. Common patterns breed abstractions.
Get hands-on with 1400+ tech skills courses.