Y
Hacker News
new
|
ask
|
show
|
jobs
by
sergiotapia
3315 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
2 comments
dalailambda
3315 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
3315 days ago
You can transpile dependencies without migrating your whole app (though I'm not sure why you would)
link