|
|
|
|
|
by dominic_cocch
4047 days ago
|
|
Why? - Tiny footprint for mobile networks (~5kb minified). - Extremely fast DOM query/selection engine. No need for jQuery! - Mobile first - no legacy hackery for ie < 10. - Great for spinning up small, mobile-specific apps. To Do - More useful event delegation. Currently, views must call _setElement() every time they render new DOM elements -Currently no router for fancy SPA style urls Installation npm install ity |
|