UNPKG

@platform/react.ssr

Version:

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

8 lines (7 loc) 183 B
import { micro } from '../common'; export declare function init(args: { router: micro.Router; manifestUrl: string; baseUrl: string; secret?: string; }): micro.Router;