react-union-polyfills

0.20.0 • Public • Published

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';

Readme

Keywords

none

Package Sidebar

Install

npm i react-union-polyfills

Weekly Downloads

12

Version

0.20.0

License

MIT

Unpacked Size

4.2 kB

Total Files

6

Last publish

Collaborators

  • tommmyy