Polymer 2.0 rewrite?
Closed this issue · 3 comments
moderndeveloperllc commented
Just curious, are you planning on doing any kind of rewrite for polymer 2? Being able to use ES6 classes might help clean up a few things.
CaptainCodeman commented
Yeah, I have a few elements that are either being converted to Polymer 2 or else to pure WebComponents. I'll try and get them published as soon as I can (including this one).
aydin-ozcan commented
Hello Captain ,
Any news on updating this element to Polymer2
Thanks
CaptainCodeman commented
Using elements for non-UI / non-DOM functionality has really fallen out of favor. I now tend to use lit-element and would have data access through redux using fetch - it's a much better approach IMO.