DEV Community

Discussion on: I'm a full stack web developer. Ask Me Anything!

 
yaser profile image
Yaser Al-Najjar

Yeah, you're right... actually, we wrote an app in Vue, and we never needed to transpile for most of our users.

Here: github.com/coretabs-academy/websit...

Until we knew Safari isn't supporting ES6 (all iphone, OSX, and iPad users complained) so we added babel then.

This gave me very positive impression of how JS is getting adopted faster than any other langs.