How can I check browser support? #3744
-
I am considering using preact for a project that will run on devices with a browser based of a fairly ancient chromium. I just want to establish if preact is feasible in this case - it has a lot of appeal since we're familiar with react but (AFAIK) can't use recent react on this project and don't really want all the overhead. I saw preactjs/preact-www#108 but I have no clue what JS language features and DOM APIs current versions of preact require. I'm mostly worried about anything that couldn't be polyfilled. Polyfills are probably okay but I'm not worried about that really right now. I haven't dug into preact, and please forgive me if I've just failed to RTFM. If I can do something simple like load a browser-based test suite in the target environment, that would be terrific. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Current Preact X supports all modern browsers and IE11 so you shouldn't run into any issues, in Preact 11 we are dropping IE11 |
Beta Was this translation helpful? Give feedback.
Current Preact X supports all modern browsers and IE11 so you shouldn't run into any issues, in Preact 11 we are dropping IE11