dom-helpers icon indicating copy to clipboard operation
dom-helpers copied to clipboard

support matrix

Open jquense opened this issue 6 years ago • 5 comments

what browsers should we actually support here? RB has a bottom at ie11, and that seems fairly standard now, should we do that? react still theoretically supports ie9+ but in practice it asks you to pollyfill things like RAF, and really only handles the inconsistencies in places where it's not much more work above the ie11 support

In a quick run through i think we'd be able to remove a fair bit of cruft doing ie11+, removing ie8 gets us a lot but the ie9-10 support is not nothing. Question is who is stuck on ie9-10? In practice those people are almost certainly on ie11. I've never had a support issue for ie9-10 specifically

jquense avatar Aug 18 '19 13:08 jquense

For people on IE 9 or IE 10, would the removed functionality be easily provided by the same polyfills they'd use for React?

taion avatar Aug 18 '19 13:08 taion

Not really, apart from rAF, since most of the stuff here are essentially polyfills

jquense avatar Aug 18 '19 15:08 jquense

let's remove IE8 support and see what's left. bootstrap annoyingly supports ie10 so we wouldn't get big jump in features anyway

jquense avatar Aug 19 '19 14:08 jquense

Is it ready to release?

TrySound avatar Aug 21 '19 21:08 TrySound

Friendly ping @jquense

TrySound avatar Aug 26 '19 12:08 TrySound