backbone.extended

Add several missing basic features to Backbone

Usage no npm install needed!

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

README

backbone.extended

This simple tool just adds several missing basic features to Backbone

  • Add support fot PATCH method
  • Add close method on view to avoid zombies and memory leaks, based on this article and this one

Nota : Usage of a famous Backbone library is good way (Marionette, LayoutManager, Chaplin ...)