From 2f67fb79798aee3a6d75d9e63c79fae8edb02f4a Mon Sep 17 00:00:00 2001 From: Dimitri KOPRIWA Date: Tue, 3 Dec 2019 15:55:15 +0100 Subject: [PATCH] Readme: replace redux-form by react-final-form --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c622941b6f..9e6b1e97553 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A frontend Framework for building admin applications running in the browser on t ## Features * Adapts to any backend (REST, GraphQL, SOAP, etc.) -* Powered by [material-ui](https://material-ui.com/), [redux](https://redux.js.org/), [redux-form](https://redux-form.com/7.3.0/), [redux-saga](https://redux-saga.js.org/), [react-router](https://reacttraining.com/react-router/), [recompose](https://github.com/acdlite/recompose), [reselect](https://github.com/reduxjs/reselect) and a few more +* Powered by [material-ui](https://material-ui.com/), [redux](https://redux.js.org/), [redux-final-form](https://final-form.org/react), [redux-saga](https://redux-saga.js.org/), [react-router](https://reacttraining.com/react-router/), [recompose](https://github.com/acdlite/recompose), [reselect](https://github.com/reduxjs/reselect) and a few more * Super-fast UI thanks to optimistic rendering (renders before the server returns) * Undo updates and deletes for a few seconds * Complete documentation