Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmac/backbone.containerview
A fast and efficient subview renderer and lifecycle manager.
https://github.com/gmac/backbone.containerview
Last synced: 3 months ago
JSON representation
A fast and efficient subview renderer and lifecycle manager.
- Host: GitHub
- URL: https://github.com/gmac/backbone.containerview
- Owner: gmac
- License: mit
- Created: 2013-12-19T04:21:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T01:59:23.000Z (over 7 years ago)
- Last Synced: 2024-10-05T04:14:49.406Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 22
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backbone.ContainerView
![build status](https://api.travis-ci.org/gmac/backbone.containerview.png)
ContainerView is a lightweight `Backbone.View` extention/mixin that provides fast and efficient subview rendering and lifecycle management. Its design focuses on memory management, rendering optimizations, and convenience workflows.
## Help & Documentation
All documentation is available on the [wiki](https://github.com/gmac/backbone.containerview/wiki):
- [Overview](https://github.com/gmac/backbone.containerview/wiki/Overview)
- [Installation](https://github.com/gmac/backbone.containerview/wiki/Installation)
- [Getting Started](https://github.com/gmac/backbone.containerview/wiki/Getting-Started)
- [API Documentation](https://github.com/gmac/backbone.containerview/wiki/API-Documentation)## Tests
Open `test-runner.html` in a web browser, or run:
npm install
npm install -g grunt-cli
grunt test