Polymer dart versus polymer js: does it matter when using the component?

I want to create a polymer component. I can create it using Javascript. I can create it using Dart.

For the person using it (me, someone else), does it matter or is it a polymer packaging that hides all the magic inside?

+4
source share
1 answer

When you create it in JavaScript, you can use it in Dart. There are some problems, and it may require manual configuration to work. This is a work in progress and will soon become easier (for example, dars support for Darts pub).

, Polymer.js, Dart https://pub.dartlang.org/packages/custom_element_apigen

Dart, Dart, JavaScript.
, , , , , .

+6

Source: https://habr.com/ru/post/1545000/


All Articles