denby
v0.0.4
Published
Pearson Denby was an American trapper who in 1830 discovered various deserters from the Duke of Wellington's army.
Downloads
1
Readme
Denby
Denby is a super-small standalone View Controller implementation.
Denby makes heavy use of ES5 API's like Object.defineProperty
and Object.create
, so if you're going to use it in older browsers you will need to grab a copy of the ES5 Shim.
Inspiration
All other View Controllers I've seen (and Backbone/Spine in particular) are tied to larger sytems and infrastructures, and require the use of libraries such as jQuery, Underscore, etc. The current state of JavaScript, alongside newer DOM API's like querySelector, obviates the need for these dependencies and allows us to create solutions with fewer abstractions, and feel much more like regular old JavaScript.