DEV Community

Discussion on: Modern React Redux Tutorials with Redux toolkit - 2020

Collapse
 
ganeshmani profile image
GaneshMani

yes. createSlice is a simplified way to use both createAction and createReducer. it helps us to save time and less code.