Fork of the react-helmet with ability to inject custom seo string
npm install react-helmet-with-visor
javascript
import React from "react";
import {Helmet} from "react-helmet";
class Application extends React.Component {
render () {
return (
My Title
{}
...
);
}
};
`
$3
`javascript
const html =
;
``