Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliot-akira/agility
JavaScript library for building modular UI with data-bind and events
https://github.com/eliot-akira/agility
Last synced: about 1 month ago
JSON representation
JavaScript library for building modular UI with data-bind and events
- Host: GitHub
- URL: https://github.com/eliot-akira/agility
- Owner: eliot-akira
- Created: 2015-03-11T06:23:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T07:46:49.000Z (over 9 years ago)
- Last Synced: 2023-02-26T05:09:06.113Z (over 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Agility.js
This is an extended fork of the [original project](https://github.com/arturadib/agility). The goal is to keep this compact MVC library updated for production use.
**Extended features**
- CommonJS-style modules
- Minimal DOM update
- Input form helpers
- Event manager**Merged pull requests**
- Support nested model properties
- Performance improvement when using style**To do**
- New documentation
- Refactor and optimize
- Implement tests from original
- Make availble on npm?### Basics
#### Agility object $$
Factory function: verbose and compact syntax
#### Model
Methods: get, set, ...
#### View
Template: direct, indirect, or inline
#### Events
Model and DOM events