imagine having two components
componentA, componentB
componentA is a ul
, and
componentB is called li
< componentB vsway for = "i in list" / >
(while this list is an array of more than 100)
v-for the same number of componentB,
is there a big god who knows that there are any doubts about the performance of a large number of generated components such as v vendor ue? Maybe it"s better not to break it up into widgets?
wants to know how vue handles this, and whether a large number of vue nodes will be generated at compile time (is that so?) , causing performance to slow down?