meteor-react-flowrouter-jsx-templating-example icon indicating copy to clipboard operation
meteor-react-flowrouter-jsx-templating-example copied to clipboard

DEMO Meteor app with React and JSX templating (SSR + FlowRouter)

Example Isomorphic Meteor+React app (with SSR and FlowRouter).

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.

Demo

http://flowrouter-jsx-templating.meteor.com

Notice

  • 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.

Features

Credits

This is a fork of @arunoda's AWESOME hack using React and Meteor to get SSR.