Skip to content

Commit 3044d16

Browse files
authored
Update README.md
1 parent 2b6c35a commit 3044d16

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,22 @@ yarn add use-restate
1212
npm install use-restate
1313
```
1414

15-
## Usage
15+
## 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+
1625

17-
> 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
1831

1932
`use-restate` requires you to provide your Redux-like store to `RestateProvider`.
2033

0 commit comments

Comments
 (0)