You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a new developer and want to use Polymer in my current hack. The demos in the documentation serve as a great reference for what can be accomplished with Polymer, but they don't implement the very concepts that set Polymer apart (encapsulation of elements). It is difficult to understand how components work together and across a file structure if the demos show all the content in one page. I am struggling to get data bind across elements to work, and would greatly appreciate it if you uploaded a demo with the appropriate encapsulation and file structure so that I (and I'm sure others) could have a reference for real implementation.
As far as I understand, my index.html page should only contain individual element tags? Each element encapsulates its template and script, which is simply pulled into the index and imported as a href and style import. Is this the case? Your demos show all elements and script on one page so it is hard to tell how I should build architecture with Polymer.
I'm really excited to use web components and love the aesthetics of material design. Please help make Polymer more accessible by implementing polymer design concepts in documentation.
Thanks!
-Mars
The text was updated successfully, but these errors were encountered:
Hi,
I am a new developer and want to use Polymer in my current hack. The demos in the documentation serve as a great reference for what can be accomplished with Polymer, but they don't implement the very concepts that set Polymer apart (encapsulation of elements). It is difficult to understand how components work together and across a file structure if the demos show all the content in one page. I am struggling to get data bind across elements to work, and would greatly appreciate it if you uploaded a demo with the appropriate encapsulation and file structure so that I (and I'm sure others) could have a reference for real implementation.
As far as I understand, my index.html page should only contain individual element tags? Each element encapsulates its template and script, which is simply pulled into the index and imported as a href and style import. Is this the case? Your demos show all elements and script on one page so it is hard to tell how I should build architecture with Polymer.
I'm really excited to use web components and love the aesthetics of material design. Please help make Polymer more accessible by implementing polymer design concepts in documentation.
Thanks!
-Mars
The text was updated successfully, but these errors were encountered: