+ 13
Web development with old browsers
How a web developer deal with browsers which doesn't support last html5/ES6/css3 features nowadays? Does he or she build a lot of page versions with polyfill for each browser ? Or old browsers aren't taken in consideration ? Where is the limit?
4 Respuestas
+ 21
Web developers use tools like Babel. It transpiles any modern JS (ES6, ES7 and etc) to ES5, which is supported by old browsers.
+ 4
Are these (Babel/ Sucrase / swc / Bublé ) compilers
+ 2
Hope people start moving to modern browser
+ 2
Using javascript functions