backbone.containerview

A fast and efficient subview manager and renderer.

Usage no npm install needed!

<script type="module">
  import backboneContainerview from 'https://cdn.skypack.dev/backbone.containerview';
</script>

README

Backbone.ContainerView

build status

ContainerView is a lightweight Backbone.View extention/mixin that provides fast and efficient subview management and layout controls. Its design focuses on memory management, rendering optimizations, and convenience workflows.

Help & Documentation

All documentation is available on the wiki:

Tests

Open test-runner.html in a web browser, or run:

npm install
npm install -g grunt-cli
grunt test