Expanded description in README.md

This commit is contained in:
Mark Woodall
2014-05-16 12:29:12 -05:00
parent d7306a34a9
commit e9d1ce0453

View File

@@ -26,5 +26,7 @@ Now you should be able to visit the example in the browser of your choice at [ht
## Description
The official [React tutorial](http://facebook.github.io/react/docs/tutorial.html) is
a great introduction to how to think in React. This example replaces the REST-like server
a great introduction to React. This example replaces the REST-like server
with Firebase and the ReactFireMixin.
The ReactFireMixin allows us to strip out the polling concept as well as the JQuery AJAX calls. The mixin allows you to bind right to your Firebase data and everything is kept in sync in real-time.