Skip to content

Commit

Permalink
Merge pull request #4108 from kopax/patch-1
Browse files Browse the repository at this point in the history
Readme: replace redux-form by react-final-form
  • Loading branch information
fzaninotto authored Dec 3, 2019
2 parents 5bca629 + 2f67fb7 commit e4c2c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4c2c93

Please sign in to comment.