A react-chain middlware that adds React Helmet's rewind logic to server rendering.
Install:
$ npm install --save react-chain-helmet
Add to the project:
// Import to your react-chain initialize module
import helmet from 'react-chain-helmet'
// Add middleware
app.chain(helmet())
MIT