Backbone Ribs is an extension project which adds an additional layer of functionality to Backbone that simplifies creation of basic types of views, adds more granular JSON handling and separates concerns further by separating Views from Regions (see Views and regions below for details) which enables propper garbage handling without having to roll it all yourself.
Info
Version: | 1.0.3 |
Author(s): | The Ministry of Technology |
Last Update: | Tuesday, November 11, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ministryotech/backbone-ribs |
NuGet Url: | https://www.nuget.org/packages/backbone-ribs |
Install
Install-Package backbone-ribs
dotnet add package backbone-ribs
paket add backbone-ribs
backbone-ribs Download (Unzip the "nupkg" after downloading)
Dependencies
- Backbone.js(1.1.0)
Tags