Sergio Moreno

Results 111 comments of Sergio Moreno

Hi! ```ts createMiddleware: (rematchBag) => (store) => (next) => (action) => { // do something here return next(action); }, ``` Inside `rematchBag` you have access to `models`, you could map...

The readability is not cool. Just want to explore other alternatives to make it easier, more readable and more beauty

Reselect changed his internal typings in a minor version, and that probably caused our @rematch/select typings to fail. We'll need to look into this more deeply.

> To be honest the rematch doesn't 100% compatible with `reselect`. There are so many `@ts-ignore` in the codebases. If you are familiar with `reselect` we could try to fix...

Of course didn't say but if anyone who uses Rematch wants to create a pull request for adding them to the showcase list in the Rematch website, the pr will...

@tianzhich probably we should take a look at this here https://github.com/rematch/rematch/pull/960 what do you think?

@robertaistleitner once @tianzhich resolves my question, we ship a new version with this fixed, meanwhile if you want to use patch-package and I ping you when we release a new...

I don't have any example but this is a such good topic to write on documentation. I'll create one as soon as possible. Thunks are asynchronous code, just add them...

> i want to do this too but, is rematch not maintained? It is, but Redux Toolkit changed a lot internally and you have to choose between both. Rematch was...