The cool thing about Redux...
Okay so maybe there is nothing "cool" about redux, but I think it is cool how you can use vanilla redux, createReducer and createSlice all in the same project if I want or if I have to.
Why use redux?
Well for me one thing I enjoy is the "separation...
blog.heyrory.com9 min read
ant sam
Sorry, but you didn'd help me sleep easier :(
How redux slices follow Dependency Inversion Principle? Vanilla Redux have abstraction in actions and implementation in reducers. But slice contains actions and concrete implementation in a one file.