TrilonIO / aspnetcore-angular-universal

ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.46k stars 434 forks source link

Does prerendering actually prerender at compile-time or only at runtime? #737

Open aeslinger0 opened 5 years ago

aeslinger0 commented 5 years ago

The terminology being used might be what's confusing me. To me, "prerendering" means creating static files at compile-time and "server-side rendering" means rendering on the server at runtime anything that wasn't prerendered.

I'm trying to find the equivalent code to what is found on the Universal-Starter repo which will loop through paths and prerender (aka write static files) for each route.

Does that exist in this repo? If so, where is it and how does it work? Where are the files saved?

aeslinger0 commented 4 years ago

Anyone? Now that NodesServices is going away, I'll be keeping a closer eye on this project. Is static prerendering something that is planned to be included here?