react-union-polyfills

Polyfills package for react-union.

Usage no npm install needed!

<script type="module">
  import reactUnionPolyfills from 'https://cdn.skypack.dev/react-union-polyfills';
</script>

README

React Union

by Lundegaard

🖍️ 🛡 🚀

Easy React integration into legacy systems

Library, that imports polyfills instead of deprecated @babel/polyfills

See our documentation site.

Build status Greenkeeper badge Github MIT License Downloads Version

Fork of react-app-polyfill.

Usage

Import it as the first line in your application code.

import 'react-union-polyfills';

Internet Explorer

If you need to support older versions of Internet Explorer, call:

// for IE 11:
import 'react-union-polyfills/ie11';
import 'react-union-polyfills';


// for IE 9:
import 'react-union-polyfills/ie9';
import 'react-union-polyfills';