From 4f2db9fc828a01b0bbe7f35d85ab99162a4f598e Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Fri, 12 Jan 2018 21:47:30 -0600 Subject: [PATCH] Add README updates and a Github corner. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c1caeee..c2cbeb9 100644 --- a/README.md +++ b/README.md @@ -253,3 +253,12 @@ subscribables. provided name or the default if one is supplied. `pick` is not directly used with any subscribable but can be useful as the computed function when breaking down a `prop` that contains an object or a container. + +# Inspiration + +FRPTools is the result of years of learning from the following projects: + +* [KnockoutJS](http://knockoutjs.com/) +* [Overture](https://github.com/fastmail/overture) +* [Redux](https://redux.js.org/) +* [Mithril](https://mithril.js.org/)