A fork of react-helmet with modified public API
npm install react-capA fork of react-helmet
_its react-helmet, with the data-react-helmet attribute removed_
* No longer uses data-react-helmet attributes
* _Assumes_ all HTML metadata is assigned using this package
* To prevent react-cap from removing metadata assigned not using react-cap:
* apply attribute data-ignore-metadata to an html element to prevent it being removed
* apply attribute data-ignore-metadata="attrName,attrName" to an html element to prevent modification of specific attributes
This package was originally created to support using HTML metadata with the react v16 streaming interface.
See react-html-metadata for an implementation that supports react server side streaming.
##### NPM
``sh`
npm install --save react-cap
##### Yarn
`sh`
yarn add react-cap
`js`
import Helmet from 'react-cap';
For more documentation, see react-helmet documentation
Usage is exactly the same as react-helmet.
#### Usage with webpack style-loader
To prevent the webpack