redux icon indicating copy to clipboard operation
redux copied to clipboard

Redux compatible API for Logux

Results 2 redux issues
Sort by recently updated
recently updated
newest added

Redux Toolkit is the recommended way of using (or at least start using) Redux nowadays. Redux Toolkit has its own version of `createStore` function called `configureStore`. It's a problem because...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@logux/[email protected]` for the project I'm working on. I'm trying to add support for...