From d88468849c00819baf0a331d833641e5bfd9dc9e Mon Sep 17 00:00:00 2001 From: Matt Brookes Date: Mon, 19 Feb 2018 20:13:27 +0000 Subject: [PATCH] [docs] Add react-final-form to Related Projects (#10352) --- .../src/pages/discover-more/related-projects/related-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/pages/discover-more/related-projects/related-projects.md b/docs/src/pages/discover-more/related-projects/related-projects.md index 3503e566c2a7b8..64c80031017c72 100644 --- a/docs/src/pages/discover-more/related-projects/related-projects.md +++ b/docs/src/pages/discover-more/related-projects/related-projects.md @@ -22,3 +22,4 @@ Feel free to submit a pull-request to add more projects; we will accept them if - [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) A React component for swipeable views. Plays well with the `Tabs` component. - [react-text-mask](https://github.com/text-mask/text-mask) Input mask for React, Angular, Ember, Vue, & plain JavaScript. - [redux-form](http://redux-form.com/6.1.1/examples/material-ui/) Manage your form state in Redux. +- [react-final-form](https://github.com/final-form/react-final-form#material-ui-10) Subscription-based form state management for React.