What is the status of polymer with meteor

I am wondering what experience people have had with it and when it will be worth using with meteor?

Is there going to be official support or at least a good package for running Polymer?

For the most part, Polymer works pretty well with Meteor, and I like both the project architecture you can build with Polymer, and how Polymer cuts down on dev time. The major issue with the integration right now is routing. Neither Flow-Router nor Iron-Router do well with rendering Polymer components. You can mostly get around this issue using Polymer’s shadow DOM instead of its default shady DOM, but performance will take a major hit because of it.