React Server
It's high speed react mock for server rendering. You can use it with fast react render, in that case render will be 12 times as fast (see benchmarks) as traditional react rendering (in production mode).
Quick start
npm install fast-react-render fast-react-server
var React = ;var ReactRender = ; var element = React;console;
If you want use it, you must remember: each component, which you want render, you must declared with this mock (configure you build system for that).
Also fast react server support ES6 classes and Stateless Functions (see examples: es6 and stateless-function).
More examples:
- tiny seed project (in progress);
- examples for main features.
Cache
Fast react server support cache for component which implement in fast react render. See how it use here.