有了解ractive.js的高手吗?能否给我等小白科普下? 最近了解看过它的教程,觉得挺赞的,但中文资源几乎没有,所以想向了解它的高手讨教下。
谢谢!
8 回复
好厉害好厉害,看了下主页
HTML is an amazing language for creating static documents, but it was never designed for interactive web apps.
咦,这句话好像哪里看到过
在哪里呢?
哦,原来在这里
HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications.
HTML is a great declarative language for static documents. It does not contain much in the way of creating applications, and as a result building web applications is an exercise in what do I have to do to trick the browser into doing what I want?