From 801616079a6253889e6577f627441f4eda41ce5b Mon Sep 17 00:00:00 2001 From: Vlad Balin Date: Wed, 8 Jul 2015 02:15:06 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6378fdc..5a5fbce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It allows you: - To use your existing Backbone Models as React component state. - Update React components on Backbone events. -Thus, no refactoring of your application is required. You can start writing UI with React immediately. +Thus, no refactoring of your application is required. You can start writing UI with React immediately replacing your Backbone Views one-by-one, while keeping your existing models. This extension works with raw Backbone. However, in order to take full advantage of React/Backbone architecture you are encouraged to upgrade to Backbone.NestedTypes. It will give you following