How to use Redux-Thunk with Redux Toolkit's createSlice?
问题 ==================== TLDR ========================== @markerikson (see accepted answer) kindly pointed towards a current solution and a future solution. EDIT: 15th Nov 2020: Link to Docs to use an Async Thunk in Slice RTK does support thunks in reducers using the thunk middleware (see answer). In 1.3.0 release ( currently alpha in Feb 2020 ), there is a helper method createAsyncThunk() createAsyncThunk that will provide some useful functionality (i.e. triggers 3 'extended' reducers dependent