Riot.js: A tiny client-side MVP framework
The 1kb client side MVP framework
Riot is an incredibly fast, powerful yet tiny client side framework for building large scale web applications. Despite the small size all the building blocks are there: a template engine, router, event library and a strict MVP pattern to keep things organized. Your views are automatically updated when the underlying model changes.
Current frameworks base their existence on false assumptions.
- There's a big mass of common problems
- MVC (or MVP) requires a framework
- jQuery leads to spaghetti
All of these statements are wrong.
Current applications could be faster, simpler and smaller. They could be maintained with less people, less knowledge, and less worries.
Riot is a manifesto for vanilla JavaScript and jQuery.
Release December 2013 • Get notified on Facebook
https://moot.it/blog/technology/riotjs-the-1kb-mvp-framework.html
'프로그래밍 > Script' 카테고리의 다른 글
[javascript] input type formatter, Patterns - 포멧 패턴 (0) | 2013.11.05 |
---|---|
[jQuery] jquery 실행시 jquery~~.min.map이 없다고 에러날때. (0) | 2013.11.05 |
[javascript] Useful jQuery Tutorials For Web Developers And Designers (0) | 2013.11.04 |
[javascript] Closure Library: A cross-browser JavaScript library (0) | 2013.10.31 |
[plugin] Bootstrap Playground - www.bootply.com (0) | 2013.10.31 |