Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

app.setRoot() usage pattern explained #14

Closed wshayes closed 8 years ago

wshayes commented 8 years ago

http://patrickwalters.net/creating-multipage-apps-using-aurelia-2/

http://www.foursails.co/blog/aurelia-login-best-practices-pt-1/

Two good blogs that demonstrate using setRoot() which is handy for having multiple application shells.

I still haven't figured out the right pattern for handling having different CSS themes for different (sub)domains (e.g. allowing different companies to have different logos, theming while using the same base application). Bonus points if you can figure out how to insert that into one of your examples.

Vheissu commented 8 years ago

The use of setRoot to switch between different bootstrap files is definitely a good point to make. I have noted it down.

Vheissu commented 8 years ago

This will be in the next book release, hopefully in a few days time.