babel-plugin-jsx icon indicating copy to clipboard operation
babel-plugin-jsx copied to clipboard

[feat] From an optimization point of view, why not add the For tag like Solidjs

Open chaozwn opened this issue 2 years ago • 1 comments

🧐 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 avatar Oct 31 '22 06:10 chaozwn

@chaozwn, you can use renderList function or renderSSRList, to render list of items. Btw v-for inside templete compiles directlry into renderList or renderSSRList.

funny-family avatar Jun 09 '23 04:06 funny-family