UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

5 lines (3 loc) 104 B
import { fromConfig } from '@platform/react.ssr'; const app = fromConfig(); export default app.server;