app-router-examples
app-router-examples copied to clipboard
sidebar menu must always be visible
Now it doesn't look like SPA
update: visual reload now happens only on first click on menu. How to implement component preloading or something similar?
You can set up the layout however you want. The app-router-examples sidebar-layout use Polymer's layout elements. You can set it up to use any layout you want.
As for the fade-in on route change, that's the unresolved
attribute set on the body https://github.com/erikringsmuth/app-router-examples/blob/master/hash-routing/index.html#L12. I'll try playing around with adding unresolved
to the separate pages and see if that does anything.
thanks!