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

6 lines (4 loc) 113 B
import React from 'react'; export default function IndexPage({ hello }) { return <div>Hello, {hello}</div>; }