How would you go about dynamically loading a web component - in response to a url route change for example?
I won't know the requested component ahead of time, so could you simply use JavaScript to write the HTML import and then add the code to the page, or are there implications with this? Perhaps Google Polymer helps?