-
**Crash "react-native-gesture-handler"
**index.js
**Reproduce
![qwert (1)](https://user-images.githubusercontent.com/38878586/77823206-4c2f4780-710a-11ea-9e98-21244ac81532.gif)
…
-
**Describe the bug**
With Rematch you can use `this` inside effects to dispatch data to reducers.
Basically this:
```tsx
export const players = createModel()({
state: {
players: [],
}…
-
**Is your feature request related to a problem? Please describe.**
I want to create a codemod for migrating Redux projects to Rematch with just one command.
**Describe the solution you'd like**
-…
-
**Describe the bug**
> Effects functions that share a name with a reducer are called after their reducer counterpart.
this feature is really helpful to modularise the effects triggering logic bu…
-
Right now I am getting type exceptions with effects that return values, eg:
```ts
// model "someModel.ts"
export default createModel({
state: { foo: true },
effects: dispatch => ({
asy…
-
## 📚 Documentation
Hello folks 👋🏻,
I would like to know if there's any topic you see unclear in the documentation or something we didn't cover enough.
Also, I'm open to listen any recommendat…
-
Warning: Please use `require("history").createHashHistory` instead of `require("history/createHashHistory")`. Support for the latter will be removed in the next major release.
Warning: Please use `…
-
**Summary**
Hello,
We are using persist plugin in our code with rematch. The storage used in persist plugin is AsyncStorage. The functionality is working fine and the data is persisted in both a…
-
I love the way the `@rematch/loading` plugin keeps my app's loading state all in one place. Something that stuck out to me as odd was that there's no similar plugin for handling error/success state. …
-
The test was broken as noted in #995
The isKeyed test prints an ERROR when either the html is wrong or a keyed implementation doesn't behave keyed (whereas it makes little sense to validate a non-ke…