I have two elements that are not directly connected (no host child relationship). I want to share some information between them as two-way data binding is not optimal. I thought about persistent session variables (like that exist in Meteor), is there is something like that in Polymer 1.0? If not, can somebody refer me to a viable solution.
Edit:
I just found out about iron-signals but the documentation states that it should be avoided, can somebody explain why it should be avoided? I would also appreciate it if somebody wrote an example of how to use it through an example.
Edit:
I discussed this question with the Polymer team in the Polymer Summit 2015. It was a part of a larger question, how to structure my app. They spoke in the summit about the mediator pattern. I recommend watching the talk from the summit and visiting the code in Github.