-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How Polymer handle elements' model communication? #1187
Comments
Hello, @ebidel got you covered and wrote an article (Communication & Message Passing) on the polymer website. Every possible ways are described : binding, watchers, events & signals and using an element’s API. |
Thanks a lot to your reply!!!! |
Articles above are a 404 for me now, latest I can find is here: https://docs-05-dot-polymer-project.appspot.com/0.5/articles/communication.html ^Although this refers to Polymer 0.5. |
Two videos that might be helpful for general design principles: Thinking in Polymer: Data Flow in Polymer Elements and Apps: |
Is there a work around to get the hoist a new on a generator used to grab. It allowed an app wide value handler to maintain state across elements and local moderators. It kicks against the straight line down flow of the more recent data binding model But it provided a shortcut in 2.0 to replicate some of the 1.5 data flow. If not thanks for the work Arthur. Sent from my iPhone
|
HI, I am new to polymer, and I just wonder how to handle the model communication between two elements. It just like:
Wishes your reply, many thanks!!!
The text was updated successfully, but these errors were encountered: