vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.86k stars 548 forks source link

Marking component template dynamic only during SSR #238

Open ChrisShank opened 3 years ago

ChrisShank commented 3 years ago

This was last mentioned in Evan You's Vite/Vitepress talk, but I am curious if there are any ideas on what the API (and implementation) would look like that allows you to mark parts of a Vue component template as dynamic only during SSR. Also would there be a corresponding RFC for this?

yyx990803 commented 3 years ago

Still need some experimenting to determine the suitable userland API, but yes there will likely be an RFC.