react-ssr-prepass

v1.0.3
A custom partial React SSR renderer for prefetching and suspense

prepublishOnly

run-s build

build:prod

microbundle --target node -f cjs --compress --globals '__DEV__=false' -o dist/react-ssr-prepass.production.min.js

build:dev

microbundle --target node -f cjs --no-compress --globals '__DEV__=true' -o dist/react-ssr-prepass.development.js

build

run-p build:prod build:dev

test

jest

flow

flow

Metadata

  • MIT
  • Whatever
  • Phil Plückthun
  • released 4/16/2019

Downloads

Maintainers