Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What possibilities does Redux Toolkit createSlice API provide for us?
createSlice
All the action creators will be generated automatically based on the reducer functions we've provided
It will disable immutable copies of the state
We will be able to configure case reducers
We will be able to write shorter immutable update logic in reducers
An extra middleware will be added and automatically will throw an error whenever it sees an accidental mutation of our state.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!