Last week Alibaba announced a React-like library called Rax. Rax is a more lightweight implementation of the React renderer and it’s “universal”. It can run in Node.js, in the browser, and on top of Weex (which is pretty cool). One of the things that Rax is touting is its server rendering performance. It’s prominently featured in their README and it initially showed that they were rendering at abo
