TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rax – A universal React-compatible render engine

119 pointsby zthomasover 8 years ago

10 comments

baybal2over 8 years ago
Funny story behind the line of Chinese React clones: the original goal of development was to make react work with ie6-9 (pirated winxp still is the "Default OS" here), but it came out that most of Chinese React forks are even less ie friendly than the original.
swrobelover 8 years ago
Interesting that they don&#x27;t compare it to preact: <a href="https:&#x2F;&#x2F;github.com&#x2F;developit&#x2F;preact" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;developit&#x2F;preact</a>
评论 #13388943 未加载
评论 #13392011 未加载
评论 #13389085 未加载
评论 #13388944 未加载
greenspotover 8 years ago
Is it faster than Inferno[1]?<p>[1] Inferno seems to be the fastest React drop-in replacement at 9kb size at the moment: <a href="http:&#x2F;&#x2F;stefankrause.net&#x2F;js-frameworks-benchmark4&#x2F;webdriver-ts&#x2F;table.html" rel="nofollow">http:&#x2F;&#x2F;stefankrause.net&#x2F;js-frameworks-benchmark4&#x2F;webdriver-t...</a> - full post to the comparison table before: <a href="http:&#x2F;&#x2F;www.stefankrause.net&#x2F;wp&#x2F;?p=316" rel="nofollow">http:&#x2F;&#x2F;www.stefankrause.net&#x2F;wp&#x2F;?p=316</a>
评论 #13389829 未加载
评论 #13390371 未加载
janvidarover 8 years ago
Am I the only one finding it weird that they call it a render engine?
评论 #13390438 未加载
评论 #13391620 未加载
jiyinyiyongover 8 years ago
Well, I see it only a smaller project created by people in the Weex community who prefer React syntax. They did not even talk much about it on Weex Conf. <a href="https:&#x2F;&#x2F;atf.alibaba.com&#x2F;weex" rel="nofollow">https:&#x2F;&#x2F;atf.alibaba.com&#x2F;weex</a>
wmertensover 8 years ago
their repo is full of slightly adapted other packages. If they are 100% React compat, why would they need rax-redux? :-S
评论 #13389235 未加载
kozakover 8 years ago
Good to see compatible implementations. Over time, we&#x27;ll have something React-like as part of the web standards.
评论 #13390708 未加载
评论 #13392627 未加载
andrewvijayover 8 years ago
Looks okay but what does it offer more than other react clones
xuanover 8 years ago
Does it support stateless function component?
ceejayover 8 years ago
Noticed they added Facebook to the LICENSE. Facebook was notorious at one point for some unpopular language in their open source licenses. Does their inclusion in the LICENSE file mean a developer needs to be aware of how Facebook is currently (or in future) licensing React, as well as how Rax is licensed?