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) 106 B
import React from 'react'; export default function App({ children }) { return <div>{children}</div>; }