Architecture
reactive/js
follows the MVVM pattern and is built on top of React.
So, we have a View layer, a ViewModel layer and a Model layer.
- The View layer is built with React components.
- The ViewModel layer is built with
reactive/js
. - The Model layer is a simple JavaScript object.
To binding the View layer with the ViewModel layer, reactive/js
use the hook function.
mẹo
Read the How To Use guide to learn how to use reactive/js
.