0.0.4 • Published 12 years ago

denby v0.0.4

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

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.

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago