Try turning off JavaScript, it will still render the intial state of the app, as expected! Here's a Chrome plugin to turn JavaScript off.
http://flowrouter-jsx-templating.meteor.com
- How fast it loads!
- It works without any JavaScript!
- Google and Search engines loves it, easy to index!
- Facebook and Social media can grab it's tags easily!
- Easily cachable, just setup Varnish or whatever in front of it and serve pages even faster.
- Meteor
- React (
meteor add react
) - FlowRouter (
meteor add meteorhacks:flow-router-ssr
) - The SSR version of FlowRouter that also routes on the server (Read the full blog post about it and their plans to combine it with regular FlowRouter https://kadira.io/blog/meteor-ssr-support-using-flow-router-and-react/). - ReactLayout (See the packages folder as it's still not a published package ... yet (creds to @arunoda and @meteorhacks)).
- FastRender (
meteor add meteorhacks:fast-render
) - JSX Templates (
meteor add timbrandin:jsx-templates
) - Template helpers for React
- Mongo collection data in reactive helpers
This is a fork of @arunoda's AWESOME hack using React and Meteor to get SSR.