Answer the question
In order to leave comments, you need to log in
What is the best performance way to implement a list that can have more than 10k elements?
The project has a list to which elements are added through a cycle, there can be a lot of them.
This list should be presented on the page, but if you make it in the form of ul li or put elements in the form of a list or in a textarea in a div, then after about 4k elements the page starts to lag a lot, it is difficult to interact with the rest of the page elements.
How can such a list be implemented but that it would have a minimal impact on performance?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question