Search posts, tags, users, and pages
Rory
Software Engineer
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...
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.
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.