Let's keep this library really light and allow the community to extend it via plugin. - [x] design various hooks (more info to come) - [ ] create simple plugin (yo) generator List of planned official plugins: - [x] `nano-oneway` - force oneway binding (builtin) - [x] `nano-safeinit` - (builtin) - [x] `nano-debounce` - delay calling on `change` event on view (in progress) - [x] `nano-bindon` - change the view bind event from `change` to any other. - [ ] `nano-validation` - planned details in #6. - [ ] `nano-repeat-*` - repeaters over bound arrays. This will be multiple plugins for the different unique uses cases (TableView, ListView, etc). - [x] `nano-class` - apply class based on model value
Let's keep this library really light and allow the community to extend it via plugin.
List of planned official plugins:
nano-oneway- force oneway binding (builtin)nano-safeinit- (builtin)nano-debounce- delay calling onchangeevent on view (in progress)nano-bindon- change the view bind event fromchangeto any other.nano-validation- planned details in add validation attribute #6.nano-repeat-*- repeaters over bound arrays. This will be multiple plugins for the different unique uses cases (TableView, ListView, etc).nano-class- apply class based on model value