babel-plugin-jsx
babel-plugin-jsx copied to clipboard
[feat] From an optimization point of view, why not add the For tag like Solidjs
🧐 Problem Description
💻 Sample code
considering the optimization direction of vue jsx, can you refer to solidjs and provide some tags that help engine optimization, just like solidjs.
🚑 Other information
@chaozwn, you can use renderList
function or renderSSRList
, to render list of items.
Btw v-for
inside templete compiles directlry into renderList
or renderSSRList
.