A react <script> tag that supports universal rendering
npm install react-script-tag






#### Features:
* A React tag that supports universal rendering
* Client rendering correctly appends the script tag to the page
* Supports client hydrate()
* Works with react dev-tools
* Supports onLoad and onError callbacks
If you've found this page, you may want to consider using react-html-metadata. It should simplify your use of metadata in React web applications.
##### NPM
``js`
npm install --save react-script-tag
##### Yarn
`js`
yarn add react-script-tag
`js
import React, { Component } from 'react';
import ScriptTag from 'react-script-tag';
class Demo extends Component {
render() {
return (
}
}
`
All standard