vuejs / core-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.8k stars 86 forks source link

Is Vapor going to work with setup render function components #228

Closed zdravkov closed 2 months ago

zdravkov commented 3 months ago

Hi, Seems like a great effort so far!

Not sure if this is the right place to ask (if it is not please correct me :)) but is Vapor mode thought/designed to support setup render function components (or setup with jsx components) our of the box?

Greetings, Plamen

sxzz commented 3 months ago

Currently, Vue Vapor only supports writing <script setup> in SFC (.vue). Future support for JSX is under consideration, with details yet to be determined.