Skip to content

nvivo/backbone-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackboneTS

BackboneTS is a port of BackboneJS 1.0.0 to TypeScript.

Why port Backbone if it works fine only with a definition file?

  • Because I wanted to see how hard it would be to port an existing common library to TypeScript
  • Because BackboneJS is very well tested to create objects .extend(), but doesn't work always correctly using 'new' and ES6 classes and extends.
  • Because I wanted to change core features of Backbone and I wanted to do it in TypeScript without monkey patching.

Thanks to:

About

Basic Port of Backbone to TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published