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

backtension

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtension

Relieves the tension caused by the use of Backbone.js

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Backtension

Relieves the tension caused by the use of Backbone by providing an unopinionated and unobtrusive set of missing features inside of Backbone's core. These are mostly good practices that can be found around the interweb, and they're made easily available by being transparently integrated and field tested.

Features

  • Heavy use of view's setElement through the custom assign method.
  • Easy cleanup of child views.
  • Common element caching through regions and zone.
  • View disabling to prevent listeners from triggering when not needed.
  • Global events like resize.
  • Model attributes blacklist.
  • and more...

The same compatibility as Backbone.

Goals

Backbone was the sh!t back in 2011-2012 and most information (blog posts, tutorials, Stack Overflow answers) are now dated and often provides wrong or outdated ways to use Backbone. After having searched the web myself for solution to lots of common problems and in order to educates new (and even experienced) users to how backbone should be used, I decided that I should share the little extension I was building while developing a massive application.

Backtension will help prevent memory leaks by providing the tools and documentation to develop memory efficient applications. It'll also help performance by offering to defer tasks that are not needed immediately.

Keywords

FAQs

Package last updated on 30 Jun 2016

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