naver / egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.
https://naver.github.io/egjs-infinitegrid/
MIT License
2.23k stars 95 forks source link

Performance questions #474

Open endlessuniverse opened 2 years ago

endlessuniverse commented 2 years ago

Discussed in https://github.com/naver/egjs-infinitegrid/discussions/473

Originally posted by **endlessuniverse** April 2, 2022 Hello there. Thank you for this useful module. 1. Do you recommend the key block in Svelte to recreate the grid when the feed array changes? 2. Do you recommend to feed a large array at once or to paginate it and append the slices sequentially? Thanks!