UNPKG

@platform/react.ssr

Version:

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

9 lines (8 loc) 208 B
import * as t from './types'; export * from '../common'; export { Manifest, Site } from '../manifest'; export { t }; import { groupBy } from 'ramda'; export declare const R: { groupBy: typeof groupBy; };