uber / react-vis

Data Visualization Components
https://uber.github.io/react-vis
MIT License
8.74k stars 835 forks source link

[Request] List of polyfills #1081

Open bhutanigautam opened 5 years ago

bhutanigautam commented 5 years ago

Hello Team,

Firstly, thank you for open sourcing this library - Awesome!

Now to my request -

Can you document the polyfills that are required for this project?

react-vis makes use of ES6 array methods isn't very descriptive and I don't want to include everything that babel-polyfills brings in; instead, I would rather just polyfill what's required.

Per https://github.com/uber/react-vis/issues/663 - will most likely have to add polyfills sooner or later. Even if the project is not going to polyfill it's requirements, a list would be great!

lzhuor commented 5 years ago

I like your idea and have encountered a similar situation. I think we need to set baseline version of browser first (particularly IE).

bhutanigautam commented 5 years ago

Agreed. I guess my next question is what browser versions does react-viz support?