npm.io
0.4.3 • Published 8 years ago

react-chain-helmet

Licence
MIT
Version
0.4.3
Deps
1
Vulns
0
Weekly
0
Stars
10

react-chain-helmet

A react-chain middlware that adds React Helmet's rewind logic to server rendering.

Usage

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())

Licence

MIT