<@U3ZLHBTLG> If treeshaking is an absolute dealbre...
# javascript
j
@louiscad If treeshaking is an absolute dealbreaker for you and writing JS by hand is not an option, there's always Dart Dart has treeshaking at the moment
👍 1
l
janvladimirmostert: Thanks for the info, will look! BTW, do you have some experience with Dart and JS transipiling on it?
j
Yes, I have been using Dart for 18+ months, patiently waiting for KotlinJS to get TreeShaking and some other niceties before I jump ship to KotlinJS. Wrote an article about Dart + Angular some time ago: https://hashnode.com/post/angular2-dart-my-experience-so-far-cip58xqnh058qya53nvnyopm8
👍 1
l
Did you ever played with Polymer and Dart?
j
Yes, I've used Polymer before, Polymer Dart is just a wrapper for Polymer JS and often lagging far behind the official Polymer version. Google's attention with regards to Dart is on the Angular side, Polymer doesn't get that much attention.
l
Do you know why Polymer doesn't get as much attention as Angular, especially on the Dart side?
j
Google is using Angular Dart internally, they're not using Polymer for anything as far as I'm aware hence the reason Angular is getting a lot more resources.