Sepehr Sobhani

Results 18 comments of Sepehr Sobhani

I can try adding it if you want. Can I just do a reasonable design? On Wed, Aug 5, 2020 at 6:37 PM Yan-Fa Li wrote: > Not at this...

Lol. We can iterate. 😉 On Wed, Aug 5, 2020 at 8:45 PM Yan-Fa Li wrote: > @sepehr500 be aware though that > duplicating a layer, leads on automatically to...

what would you gain by doing `@exampleItems` and `@fakeItems`? I think it's better to just keep the logic that of "value takes an array of items that match the return...

Might be better to have a flag that randomizes the order of what is returned. Personally, when I am doing local development, I usually don't prefer order being randomized every...

My mistake! It was a typo and I fixed it. I like the ease of being able to specify random order on a global level, but like the granularity of...

Here is my jank solution (useInterval is from react-use) ``` useInterval(() => { const scrollComponent = document.getElementsByClassName( "infinite-scroll-component ", )[0]; if ( scrollComponent && scrollComponent.scrollHeight < scrollComponent.clientHeight && !isFetchingNextPage )...

Any Updates on this? Would be great to have.

Any update on this? Is this currently being worked on?