惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
博客园 - Franky
罗磊的独立博客
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
V
V2EX
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
U
Unit 42
GbyAI
GbyAI
A
About on SuperTechFans
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
D
DataBreaches.Net
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog

博客园 - mikelij

centos 7执行yum update时在clean up阶段挂住 写了此书《微软Azure实战参考》 北京航空航天大学出版社 2019年7月 自学提高:JVM点滴 java certificate 工具 portecle.sourceforge.net Java JVM proxy setting 备忘:用fiddler搭一个请求响应器 备忘:aliyun maven mirror 在华为做外包获得的一些感想 备忘:maven 中指定版本 备忘:spring jdbc事务代码 mybatis, nhibernate 备忘:mybatis 3的使用记录 testng 6.8.6 eclipse plugin 备忘:powerbroker运行一个命令 备忘:maven 错误信息: Plugin execution not covered by lifecycle configuration 备忘:hibernate, logback, slf4j实际应用一例 用nhibernate的几点小经验 JSON返回DateTime/Date('123123123')/解决办法 mysql full text全文索引必要条件 自己存档:table 的css
react 和 ractive的区别
mikelij · 2016-12-18 · via 博客园 - mikelij

前面进项目的时候同事说项目在用react. 我没有深究,实际中发现是ractive.js。后来发现其实另有一个react.js。和ractive.js是有区别的。不过也有相似的地方。

react项目的主页在http://facebook.github.io/react, react的目的和实现方式和ractive是相似的。它相当于MVC中的V。

他们都用virtual DOM, 都用reactive programming理念,都有模板,变更跟踪,双向数据绑定。

react在facebook使用了。测试过。ractive是易学。模板语法几乎没有学习曲线。

http://www.typescriptlang.org/

http://www.ractivejs.org/

微软是把typescript和ractive结合到一起了。每次Visual studio的新建项目模板里就有typescript和ractive。