mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
21 lines
637 B
HTML
21 lines
637 B
HTML
<template name="pkg_backbone">
|
|
{{#better_markdown}}
|
|
## `backbone`
|
|
|
|
Backbone is a popular client-side MVC framework for managing complex
|
|
data in the browser. In addition to the MVC and DOM-binding
|
|
functionality, it also provides an API for HTML5 pushState and
|
|
client-side URL routing.
|
|
|
|
For more information about Backbone, see
|
|
<a href="http://documentcloud.github.com/backbone/">http://documentcloud.github.com/backbone/</a>
|
|
|
|
{{#warning}}
|
|
Tighter integration between Backbone models and Meteor data is coming
|
|
soon, along with additional examples and patterns for using Backbone
|
|
with Meteor.
|
|
{{/warning}}
|
|
|
|
{{/better_markdown}}
|
|
</template>
|