Comment on React Table is a “headless” UI libraryparentComments−manigandham6yYes, you should look for "virtualized" lists or scrolling. This is offered by many components in all frameworks.Here's a popular one: https://github.com/bvaughn/react-virtualized−sandGorgon6yThe next version of this is react-window.https://github.com/bvaughn/react-window−simion3146yThank you. I will research and see if it is what I needed (from my initial description I am not sure if it recycles invisible GUI items(DOM Elements) - there is no how it works in the github but I will look under ther hood tomorrow )
Comments
Yes, you should look for "virtualized" lists or scrolling. This is offered by many components in all frameworks.
Here's a popular one: https://github.com/bvaughn/react-virtualized
The next version of this is react-window.
https://github.com/bvaughn/react-window
Thank you. I will research and see if it is what I needed (from my initial description I am not sure if it recycles invisible GUI items(DOM Elements) - there is no how it works in the github but I will look under ther hood tomorrow )