bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

want to know the concept. #1785

Open taylous opened 1 year ago

taylous commented 1 year ago

i would like to know the concept of how "react-virtualized" was developed.

recently, i have been interested in the react performance optimization. in particular, i have focused on List virtualization.

i wondered how this library works and saw the source code. but I don't have enough skills, so... I don't understand it as a whole. 😥

I read and studied this.

i want to create a nice library like "react-virtualized". can you explain how it was made? 😀