We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6c35a commit 3044d16Copy full SHA for 3044d16
1 file changed
README.md
@@ -12,9 +12,22 @@ yarn add use-restate
12
npm install use-restate
13
```
14
15
-## Usage
+## Features
16
+
17
+- Feather light
18
+- Avoid needless re-renders
19
+- An API that you're used to
20
+- Works with any Redux-like store
21
+- Memoized action dispatch functions
22
+- Quick access to store dispatch
23
+- Typescript support
24
25
-> React hooks require react & react-dom at version 16.7.0-alpha.0 or higher.
26
+## Prerequisites
27
28
+React hooks require react & react-dom at version 16.7.0-alpha.0 or higher.
29
30
+## Usage
31
32
`use-restate` requires you to provide your Redux-like store to `RestateProvider`.
33
0 commit comments