[ad_1]
I’m working on a React web project and I wanted to create a list similar to Android’s RecyclerView and Flutter’s ListView. I know I can do this with a bunch of HTML li tags. However, I’d love to know if there are any libraries dedicated to this functionality. I looked at the recyclerlistview library but it seems to be built for react-native. I need a library built for React Web. Thank you.
[ad_2]