Y
Hacker News
new
|
ask
|
show
|
jobs
by
eindbaas
3313 days ago
Why does your app have to be bleeding-edge?
1 comments
sergiotapia
3313 days ago
If I hadn't migrated to ES6, I would not have been able to use some javascript packages I enjoy. For example:
https://github.com/JedWatson/react-select
link
dalailambda
3313 days ago
There doesn't seem to be any part of that package that requires ES6 to use. You can use it as an ES6 module, but the commonjs version should work fine as well.
link
tlrobinson
3313 days ago
You can transpile dependencies without migrating your whole app (though I'm not sure why you would)
link