egoist / ama

Ask me anything (tech related).
20 stars 0 forks source link

How does vite ssr work? #1

Open Borrus-sudo opened 2 years ago

Borrus-sudo commented 2 years ago

Will you please make a sample demo vite plugin which uses preact for ssr along with HMR support. It will be really helpful to understand what is going on down in there

Borrus-sudo commented 2 years ago

I would also like to know about stuff like ssr externals and stuff, cause I am unable to understand their use case

egoist commented 2 years ago

do you find anything lacking here? https://vitejs.dev/guide/ssr.html

Borrus-sudo commented 2 years ago

I would really would want to see a solid example implementing it so that I can understand it better perhaps?