This file contains hidden or 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
// Root of the actual application. | |
// Feel free to branch from here, create routes and any other things | |
// rendered on both browser and server. | |
// | |
// Don't use modules relying on "window" here, as it would throw on the serfver. | |
// If using any such logic, move it to "client-index" instead, as its being rendered | |
// in the browser only. | |
import React from 'react' | |
const App = () => ( |