Skip to content

Instantly share code, notes, and snippets.

@timbrandin
Created February 1, 2016 08:01
Show Gist options
  • Save timbrandin/d58c8d8eb2c4f19f0fb2 to your computer and use it in GitHub Desktop.
Save timbrandin/d58c8d8eb2c4f19f0fb2 to your computer and use it in GitHub Desktop.
import React from 'react';
import {mount} from 'react-mounter';
// load Layout and Welcome React components from the template helpers.
import Template from 'react-template-helpers';
FlowRouter.route("/", {
action() {
mount(Template.Layout, {
content: (<Template.Welcome name="timbrandin"/>)
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment