Skip to content

Latest commit

 

History

History

react-chain-helmet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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