Skip to content
This repository was archived by the owner on Jul 18, 2018. It is now read-only.

Releases: antonybudianto/create-react-app-express

v2.3.0

Choose a tag to compare

@antonybudianto antonybudianto released this 14 Jul 14:22
  • You can import renderers from '@cra-express/universal-loader'
    import { stringRenderer, streamRenderer } from '@cra-express/universal-loader'

v2.2.4

Choose a tag to compare

@antonybudianto antonybudianto released this 23 Jun 14:53
  • Package "morgan" removed from @cra-express/static-loader, now you can control express log freely

v2.1.0

Choose a tag to compare

@antonybudianto antonybudianto released this 16 Jan 11:42
  • @cra-express/universal-loader now accepts onFinish callback with params (req, res, html) so you can handle redirection, or status code custom, or even html replacements. For now, it's only available for String renderer.