Is the source code for `ScrollingList` available s...
# compose
m
Is the source code for
ScrollingList
available somewhere ? I can't find it. It's the
RecyclerView
equivalent mentionned there:

https://youtu.be/VsStyq4Lzxo?list=PLOU2XLYxmsILVTiOlMJdo7RQS55jYhsMi&t=1478

r
There isn't one yet.
m
Damn, ok thanks for the answer
b
I think @ragunathjawahar is right. If you aren't curious and you just want to play with these things, I would suggest epoxy or litho, they are really fun. Epoxy has helped me become a better developer.
r
We have some scrolling stuff but yes, that's correct, we don't have any RecyclerView equivalent...yet 🙂
The talk is describing the shape of the API we want to create for that
1