Should I care about the 2% people still using Internet Explorer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 22

Should I care about the 2% people still using Internet Explorer?

I tend to use JS Es6 and some css styles that are still not supported by IE. According to caniuse.com IE is still used by 2% of the entire internet users so should I really care about them? Now some will say that the people using IE doesn't deserve using Es6 apps. 😂 Are giant webapps like Facebook or Amazon Internet Explorer friendly? Do the Facebook engineers write code in Es6 and then give IE different build or just use plain old JavaScript?

14th Oct 2019, 2:17 PM
Ashutosh Agrawal
Ashutosh Agrawal - avatar
21 Answers
+ 18
babeljs can transform all your new ES6 code so it will run on a potato from the 1860s. It does it all automatically! Check it out, babel is a js-dev's best friend.
14th Oct 2019, 2:34 PM
Schindlabua
Schindlabua - avatar
+ 17
I have a job and our web application simply checks if a user has an old browser. If he does, a special page is shown, which tells him to install a modern one.
15th Oct 2019, 3:15 PM
Igor Makarsky
Igor Makarsky - avatar
+ 10
They are using polyfill to support old browsers, polyfill would not affect es6 performance, but can trigger supoort if there is old browsers access it.
14th Oct 2019, 2:22 PM
Calviղ
Calviղ - avatar
+ 5
Well, I think we should try as much as possible to make internet access easy for anyone that is using the web...
14th Oct 2019, 11:59 PM
kel Mar
kel Mar - avatar
+ 4
Lets start at the question should you care NO and the rest is answered by Calviղ and Schindlabua
14th Oct 2019, 2:55 PM
BroFar
BroFar - avatar
+ 4
No they are not worth your hassle.
14th Oct 2019, 4:04 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 4
Internet Explorer is still floating😂 2% of people who still using internet explorer, because they don't know how to install Google Chrome, Brave, Opera, etc... 🤔 You should care about them and teach them how to install google 😑
15th Oct 2019, 3:02 AM
Kiman Heng
Kiman Heng - avatar
15th Oct 2019, 5:11 PM
Charan Leo25
Charan Leo25 - avatar
+ 3
it really depends on what you are developing, if it’s a shopping web app I suggest that you should support i.e because let’s say you’re earning 100k usd montly purchases then the 2% would still be an increase to $2k chance revenue!
16th Oct 2019, 1:33 PM
Josh Cuenza
Josh Cuenza - avatar
+ 3
Some old internet users are addicted to that interface.. They see all these new browsers weird!
17th Oct 2019, 1:48 PM
Favour Badakin
+ 2
Are these styles supported on Safari?
15th Oct 2019, 2:57 AM
Sonic
Sonic - avatar
+ 2
If you want to create a website for downloading google chrome, of course you should.
15th Oct 2019, 9:42 AM
Bizhan Hejazi
Bizhan Hejazi - avatar
+ 1
Yeah we must think about every one beo
15th Oct 2019, 10:47 PM
George S Mulbah II
George S Mulbah II - avatar
+ 1
@Anonymous chill
15th Oct 2019, 11:33 PM
CeePlusPlus
CeePlusPlus - avatar
+ 1
depends what your doing, as many mentioned using things like babel or typescript you can target your code for compatibility but luckily its less of an issue everyday
16th Oct 2019, 3:10 AM
Alex Merced
Alex Merced - avatar
+ 1
Babel is your friend bro...
16th Oct 2019, 8:20 AM
Nurahmat
Nurahmat - avatar
0
yes I think you should
14th Oct 2019, 9:18 PM
Jackson Sipes
Jackson Sipes - avatar
0
You should not care about those 2%. You should block them from accessing the internet if you can.😜😂
15th Oct 2019, 7:34 PM
Monzurul Karim
Monzurul Karim - avatar
0
i think so
15th Oct 2019, 8:05 PM
Hoda El Hady
Hoda El Hady - avatar
0
I think so
16th Oct 2019, 1:51 AM
Sâñtôsh
Sâñtôsh - avatar