React-MVx is a glue framework which uses Type-R to manage the UI state in React and the NestedLink library to implement two-way data binding. React-MVx provides the complete MVVM solution on top of ReactJS, featuring:
+
React-MVx is a glue framework which uses Type-R to manage the UI state in React and the NestedLink library to implement two-way data binding. React-MVx provides the complete MVVM solution on top of ReactJS, featuring:
Type-R can be used at the server side to build the business logic layer by defining the custom I/O endpoints to store data in a database. Type-R dynamic type safety features are particularly advantageous when schema-less JSON databases (like Couchbase) are being used.
@@ -2254,8 +2254,8 @@
2.1.0
This release adds long-awaited HTTP REST endpoint.
IO endpoints moved outside of the man sources tree. Creation of the custom endpoints is easier than ever.
This release brings new features which fixes problems with component's inheritance in React bindings and implements long-awaited generic IO implementation based on ES6 promises.
diff --git a/docs/index.md b/docs/index.md
index cc8b7d55..c51ba3dd 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -8,8 +8,8 @@ language_tabs:
logoTitle: Type-R 3.0
toc_footers:
- - GitHub repository
- - Report the bug
+ - GitHub repository
+ - Report the bug
- Ask the question
- Supported by
@@ -233,12 +233,12 @@ Is packed as UMD and ES6 module. No peer dependencies are required.
## ReactJS bindings
-[React-MVx](https://volicon.github.io/React-MVx/) is a glue framework which uses Type-R to manage the UI state in React and the [NestedLink](https://github.com/Volicon/NestedLink) library to implement two-way data binding. React-MVx provides the complete MVVM solution on top of ReactJS, featuring:
+[React-MVx](https://github.com/VoliJS/React-Type-R) is a glue framework which uses Type-R to manage the UI state in React and the [NestedLink](https://github.com/VoliJS/NestedLink) library to implement two-way data binding. React-MVx provides the complete MVVM solution on top of ReactJS, featuring:
-- Type-R [Record](https://volicon.github.io/Type-R/#record) to manage the local [component's state](https://volicon.github.io/React-MVx/#state).
-- [two-way data binding](https://volicon.github.io/React-MVx/#link) for UI and domain state.
+- Type-R [Record](https://volijs.github.io/Type-R/#record) to manage the local [component's state](https://volijs.github.io/React-Type-R/#state).
+- [two-way data binding](https://volijs.github.io/React-Type-R/#link) for UI and domain state.
- Hassle-free form validation (due to the combination of features of Type-R and NestedLink).
-- [Type-R type annotation](https://volicon.github.io/Type-R/#definition) used to define component [props](https://volicon.github.io/React-MVx/#props) and [context](https://volicon.github.io/React-MVx/#context).
+- [Type-R type annotation](https://volijs.github.io/Type-R/#definition) used to define component [props](https://volijs.github.io/React-Type-R/#props) and [context](https://volijs.github.io/React-Type-R/#context).
## Usage with NodeJS