Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 417 Bytes

File metadata and controls

executable file
·
15 lines (11 loc) · 417 Bytes
title description
Browser Support
Preact supports all modern browsers (Chrome, Firefox, Safari, Edge) out of the box

Browser Support

Preact 11.x supports the following browsers out of the box with no additional polyfills needed:

  • Chrome >= 40
  • Safari >= 9
  • Firefox >= 36
  • Edge >= 12

If you need to support older browsers, you can use polyfills or stick to Preact 10.x which supports back to IE11.