UNPKG

create-react-ssr-layout

Version:

A useful tool to quickly build a starting express server that uses custom SSR with a custom jsx render engine

8 lines (5 loc) 109 B
import IndexPage from './pages/IndexPage'; const components = { IndexPage, }; export default components;