Hi all,<p>I tried to make a very simple jQuery based framework. When I saw Atom's "class View extends jQuery" code, it's flashed my mind. Views are actually DOM objects, and jQuery is not that bad about it. So, what if we can use jQuery to manage logic? I know, lots of people already do this but I mean in a cleaner way.<p>So first, I reached out to Space-Pen which is a framework by GitHub. But it was a little opinionated. I just want "dead-simple" thing and built this one as an experimental project.<p>So, what do you think? :)