Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backbone-datarouter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-datarouter

A router abstraction built with jquery-mobile, localstorage caching, and backbone collections in mind.

  • 0.4.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Backbone DataRouter

Build Status Dependency Status devDependency Status NPM version Bower version Gittip

NPM

WARNING This library is in an early, experimental stage at the moment. Don't take it seriously just yet.

Overview

DataRouter offers a friendly CoffeeScript-oriented syntax for describing resource-oriented routes in single-page applications.

A.route '#items': require('items/index'), collection: 'Items' region: (A)-> A.getRegion 'list'

Data resources are automatically fetched and cached for you before initializing the view. It works well with Backbone.Marionette and may even require it in the future.

This library currently depends on jquerymobile-router, but this requirement will be going away. DataRouter is ultimately intended for general use.

View Full Documentation

Installation

$ npm install bower -g
$ bower install backbone-datarouter --save

The --save flag will save backbone-datarouter as a dependency in your project's bower.json file.

Getting Started

Somebody still needs to write this section. Why not you?

LICENSE

Copyright (c) 2013-2014 Logan Koester. Released under the MIT license. See LICENSE for details.

Bitdeli Badge

status xrefs funcs top func library users authors Total views Views in the last 24 hours

FAQs

Package last updated on 13 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc