Skip to content

Dynamic, For/Index and performance #2230

Answered by atk
stanlrt asked this question in Q&A
Discussion options

You must be logged in to vote

<Dynamic as={(props) => <For.../>} /> should be more performant than <For>{() => <Dynamic />}</For>. The performance of Dynamic is slightly worse than that of a normal component.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stanlrt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants