Add README updates and a Github corner.

This commit is contained in:
Timothy Farrell 2018-01-12 21:47:30 -06:00
parent 5c153dc3e4
commit 4f2db9fc82

View File

@ -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/)