We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ad484 commit 978348dCopy full SHA for 978348d
1 file changed
README.md
@@ -81,7 +81,6 @@ This library was heavily inspired by [Rematch](https://rematch.gitbooks.io/remat
81
- core: throw when calling mutation from inside another mutation (i.e. nested dispatch)
82
- core: add memoization to selectors (also mention this briefly in the "derived state" recipe)
83
- core: add note to "composing my selectors" recipe about interplay with memoization (e.g. due to in-place sorting)
84
-- core: add function to create effect (module-agnostic) to allow mocking them
85
- react: add tests that verify HMR works
86
- react: add tests that verify server-side rendering works
87
- react: verify package works with react-native
0 commit comments