Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog Post: Top 10 reasons to use 6to5 #25

Closed
jamiebuilds opened this issue Jan 9, 2015 · 2 comments
Closed

Blog Post: Top 10 reasons to use 6to5 #25

jamiebuilds opened this issue Jan 9, 2015 · 2 comments
Labels

Comments

@jamiebuilds
Copy link
Contributor

I've been asked for something like this by a few people now.

@jamiebuilds jamiebuilds changed the title Top 10 reasons to use 6to5 blog post Blog Post: Top 10 reasons to use 6to5 Jan 12, 2015
@xfq
Copy link

xfq commented Mar 31, 2015

Here are my reasons:

  1. I can start using ES2015+ code today without waiting for browser support.
  2. There is no runtime dependency.
  3. Babel is available everywhere: Node.js, Meteor, Rails, Grunt, Gulp...
  4. Babel (and JavaScript/ECMAScript) is constantly evolving.
  5. The output is readable.
  6. Every transformation can be turned off.
  7. Babel has a REPL.
  8. Babel supports JSX and React.
  9. The level of ES2015+ support is ahead of most (if not all) of the alternatives.
  10. The documentation is fantastic.

(Moreover, corporations such as Netflix, Yahoo!, PayPal, and SoundCloud are using Babel now.)

@pavelthq
Copy link

pavelthq commented Nov 3, 2015

What is a browser support for babeljs? I mean if I compile my code is it will work for example in ie9?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants