// This is a normal JS pack but serves as the single entry point // for server side rendering import React from 'react' import ReactDOMServer from 'react-dom/server' import { ServerStyleSheet } from 'styled-components' import Footer from 'footer' // This is purposely not defined yet. See the exec_js_renderer.rb execJsGlobal.React = React execJsGlobal.ReactDOMServer = ReactDOMServer execJsGlobal.ServerStyleSheet = ServerStyleSheet execJsGlobal.Footer = Footer