Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aeslinger0 opened this issue Aug 23, 2019 · 1 comment

Comments

@aeslinger0
Copy link

aeslinger0 commented Aug 23, 2019

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant