UNPKG

@platform/react.ssr

Version:

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

7 lines (5 loc) 216 B
export { IncomingMessage, ServerResponse } from 'http'; export * from '@platform/micro/lib/types'; export * from '@platform/cli/lib/types'; export * from '@platform/http.router/lib/types'; export * from '../types';