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: 3 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T07:46:49.000Z (over 10 years ago)
- Last Synced: 2025-02-09T09:51:21.993Z (5 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 3
- 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