react-intersection-list
react-intersection-list copied to clipboard
How to use with functional components
How do you use the <List /> when it's parent is a functional component?
The problem there is that you have to define renderItem function inside render which always triggers a rerender on the <List /> component.