Closed alamenai closed 2 months ago
Imho you should only use migration if you are not sure whether the selected state reconciler can process the merge correctly. So if you add new slices, it is not necessary to create a migration as it will be merged automatically
My current state looks like :
I have created new slice with its reducers and added it to the store :
I just confused if should I add next migration or it's made when my current state change it's structure ( not the new added ones ).
I mean like this :