This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
BASIC SETUP WITH ROUTING | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
// This is a basic guide to the React-Router and rendering two Components | |
// You will need a server setup (node/express) and babel configured for ES6 | |
// You will need to bundle react with webpack/browserify however you choose and require the bundled | |
files enclosed in <script> tags at the bottom of index.html | |
// TODO: Expand into Flux, Footer/Navbar/Static Components, Server side rendering, gulp |