Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chaozwn opened this issue Oct 31, 2022 · 1 comment
Labels
question Further information is requested

Comments

@chaozwn
Copy link

chaozwn commented Oct 31, 2022

馃 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 chaozwn added the question Further information is requested label Oct 31, 2022
@funny-family
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants