How to add events for scrolling like React? (with solid-qurey)
Hi, I've only been dealing with React projects and I'm practicing Solid-js.
I'm trying to implement infinite scrolls, but I've tried
I'd appreciate your help.
createResource offers powerful features, but I'm using a solid-query library that I'm more familiar with to handle async.I'm trying to implement infinite scrolls, but I've tried
createRenderEffect and on but I'm not sure what event happens when scrolls reach a certain location as I think.I'd appreciate your help.
