Web development with old browsers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

24th Jun 2019, 6:21 AM
Javier Felipe Toribio
Javier Felipe Toribio - avatar
4 Answers
+ 21
Web developers use tools like Babel. It transpiles any modern JS (ES6, ES7 and etc) to ES5, which is supported by old browsers.
25th Jun 2019, 10:18 PM
Igor Makarsky
Igor Makarsky - avatar
+ 4
Are these (Babel/ Sucrase / swc / Bublé ) compilers
27th Jun 2019, 8:00 PM
Koffi Cobbin
Koffi Cobbin - avatar
+ 2
Hope people start moving to modern browser
24th Jun 2019, 9:05 PM
\•/
\•/ - avatar
+ 2
Using javascript functions
29th Jun 2019, 6:09 AM
Sayyam Jain
Sayyam Jain - avatar