OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

Universal / SEO / AppShell Example #26

Open bvkimball opened 7 years ago

bvkimball commented 7 years ago

It would be cool to see an example page/application that uses server-side rendering with angular-universal. It would be interesting to see how that might live with-in the context of the rest of the application.

...or something that uses the AppShell strategy, as enterprise applications sometime need to load to much data initially before it can start rendering a page.

Might not be a real use-case... just an idea.

kylecordes commented 7 years ago

This is a very good idea. Typically a sprawling enterprise application suite will have mostly internal applications running off fast networks where server-side rendering is not so important; but also some public facing applications where it is potentially very important.