1.0.2 • Published 8 years ago

react-helmet-ie8 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

React Helmet with IE8 support

First, Some effort should be made to get your React webapp work in IE8.

This guide https://github.com/xcatliu/react-ie8 is awesome.

What's different?

  • Compile ES6 code in loose mode
  • Replace unsupported ES5 setter with normal function.

Installation

npm install --save react-helmet-ie8

API

See https://github.com/nfl/react-helmet

License

MIT