From c43df16fef5ee604e491b1ea72bbacb2d4e7532f Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 23 Dec 2020 05:33:28 +0300 Subject: [PATCH] doc: add features section to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1e00c45..f004b79 100644 --- a/README.md +++ b/README.md @@ -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