doc: add features section to readme

This commit is contained in:
Dmitriy Pleshevskiy 2020-12-23 05:33:28 +03:00
parent 0ea4541618
commit c43df16fef
1 changed files with 9 additions and 0 deletions

View File

@ -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