You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like it would be helpful to have some workflow documentation for SSR, SSG, SSG with Fallback=true, SSG with Fallback=true and revalidate, and SSG (npm run dev - if it runs different than SSR). A workflow that shows in what order getStaticProps, getStaticPaths, Page Component, _app.js, _document.js, _error.js, etc.
Not sure if this is fully the developers responsibility, I finally put debug statements in every piece of the codebase and ran debugger to walk through the app to understand how we implemented the preview feature.
It seems like this would be a great help in documentation to understand the ordering of operations and when files are called based on different configurations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like it would be helpful to have some workflow documentation for SSR, SSG, SSG with Fallback=true, SSG with Fallback=true and revalidate, and SSG (npm run dev - if it runs different than SSR). A workflow that shows in what order getStaticProps, getStaticPaths, Page Component, _app.js, _document.js, _error.js, etc.
Not sure if this is fully the developers responsibility, I finally put debug statements in every piece of the codebase and ran debugger to walk through the app to understand how we implemented the preview feature.
It seems like this would be a great help in documentation to understand the ordering of operations and when files are called based on different configurations.
Beta Was this translation helpful? Give feedback.
All reactions