backbone-reaction
=================
backbone-reaction contains both enhancements to [React](http://facebook.github.io/react/), [Backbone](http://backbonejs.org/), and additional mixins to allow React to work seamelessly with Backbone.

[View fancydocs](http://jhudson8.github.io/fancydocs/index.html#project/jhudson8/backbone-reaction)

***This is the last release of backbone-reaction.  To avoid confusion, use [jhudson8/react-backbone](https://github.com/jhudson8/react-backbone) instead.  See the "with dependencies together" installation instructions.***


Bundled Projects
---------------------
* [jhudson8/react-mixin-manager](https://github.com/jhudson8/react-mixin-manager) to allow mixins to be defined with dependencies
* [jhudson8/react-events](https://github.com/jhudson8/react-events) declarative component events similar to what you get with Backbone.View
* [jhudson8/react-backbone](https://github.com/jhudson8/react-backbone) tight integration of React and Backbone using a suite of mixins
* [jhudson8/backbone-xhr-events](https://github.com/jhudson8/backbone-xhr-events) add XHR activity events to your Backbone models and collections
