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

推荐订阅源

H
Hacker News: Front Page
A
About on SuperTechFans
腾讯CDC
罗磊的独立博客
博客园 - Franky
Last Week in AI
Last Week in AI
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
云风的 BLOG
云风的 BLOG
L
LangChain Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
D
Docker
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recorded Future
Recorded Future
Vercel News
Vercel News
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
J
Java Code Geeks
有赞技术团队
有赞技术团队
V
V2EX
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Jina AI
Jina AI
B
Blog RSS Feed
H
Help Net Security
N
Netflix TechBlog - Medium
Latest news
Latest news
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理
Stack Overflow Blog
Stack Overflow Blog
C
Cisco Blogs
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
P
Proofpoint News Feed
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
T
Threatpost

博客园 - 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。