https://github.com/swivelgames/pureview
A "pure javascript" VVM library for creating views and managing data bindings.
https://github.com/swivelgames/pureview
Last synced: 3 months ago
JSON representation
A "pure javascript" VVM library for creating views and managing data bindings.
- Host: GitHub
- URL: https://github.com/swivelgames/pureview
- Owner: Swivelgames
- License: gpl-3.0
- Created: 2014-07-14T14:43:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T02:56:29.000Z (almost 11 years ago)
- Last Synced: 2025-01-12T17:46:19.136Z (4 months ago)
- Homepage:
- Size: 5.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PureViews
==========
A "pure" javascript modal library for creating views and managing data bindings.*NOTICE: For minified, production-ready version, checkout the `master` branch. Those looking for the non-minified, development version can simply grab the `develop` branch instead.*
This library is an example of a VVM (View ViewModel). This library is meant to be integrated into an MVC framework (like Backbone.js) to supply the Controllers, Models, and Drivers.
Specifically, this library is for the live updating of DOM contents based on ViewModelProperty values. When a ViewModelProperty's value is changed, the DOM is immediately updated.
Object.observe() is not used by this library to mitigate issues related to legacy browser support. This library inherently supports older browsers.