doc: add features section to readme
This commit is contained in:
parent
0ea4541618
commit
c43df16fef
1 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,15 @@ ReactDOM.render(
|
|||
);
|
||||
```
|
||||
|
||||
# Features
|
||||
|
||||
- [x] Automatic and lazy requests.
|
||||
- [x] Transform response data.
|
||||
- [x] Simple refetch of a previous request.
|
||||
- [x] Automatic and manual cancellation of the request.
|
||||
- [ ] Cache request responses.
|
||||
|
||||
|
||||
### Transform response
|
||||
|
||||
If you have an endpoint that doesn't fit into your beautiful architecture
|
||||
|
|
Reference in a new issue