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
Maybe this expected, but i tougth a SSG should generate the html files with the rendered html inside it so the requester would be able to see the page as intended without the need of javascript, the reason for something so complicated like this, would be bot and crawlers for seo to work as it would in SSR
Is this something in the roadmap or even available and i did not found it?
Thanks for the library.
The text was updated successfully, but these errors were encountered:
The term static is confusing. It's obvious, but if you disable javascript, you can't have dynamic interactions in your pages, like opening or closing the drawer. All of Vue's features and functionality will be useless.
In our case, SSG is just the pre-rendering of pages like SSR mode but at build time.
When you first load a page, the page is already rendered thanks to SSG. Then Vue hydrates it and your app now works like a SPA.
I should phrase it better.
I thought it would generate the static HTML and also generate the JSONs to hydratate it after, as Vite SSG and Nuxt does, is this not expected?
If not, would this be a possible feature in the futere?
Maybe this expected, but i tougth a SSG should generate the html files with the rendered html inside it so the requester would be able to see the page as intended without the need of javascript, the reason for something so complicated like this, would be bot and crawlers for seo to work as it would in SSR
Is this something in the roadmap or even available and i did not found it?
Thanks for the library.
The text was updated successfully, but these errors were encountered: