bbqmvc
v1.0.2
Published
a vanilla JS MVC framework
Downloads
5
Readme
BBQ.js
a vanilla JS MVC framework
WARNING: this is unstable, dirty Javascript. I do not recommend to use it in any production environment.
Browser support: at least >IE8
future
- [ ] router (hashchange)
- [ ] documentation
- [ ] reimplement helpers
- [x] replace the clone/extend methods (refactor the code in a way that they are not longer needed)
- [ ] reimplement the controller section (especially
create
) - [ ] add special DOM events (like
keyup:13
for the enter key) - [x] "function setters" !!!
- [ ] add a way to bind the same callback to two selectors (
keyup:13 input, click button
) - [x] reimplement this observer thing. it is ugly (replace it with the
Observable
class) - [ ] commenting stuff -.-