GoodDAPP icon indicating copy to clipboard operation
GoodDAPP copied to clipboard

improve feed scroll

Open sirpy opened this issue 3 years ago • 3 comments

feed scroll becomes really problematic on react-native dev on web it is a little problematic maybe we need to find a better scrollable list solution

  • [x] feed is slow when scrolling alot
  • [x] when scrolling a lot, pagination not always works
  • [x] feed is sensitive, when scrolling it will click on items and open modal

sirpy avatar Jul 14 '21 11:07 sirpy

@sirpy What are the issues associated with the scroll?

TomasGonzalez avatar Nov 09 '21 12:11 TomasGonzalez

  1. update existing package, apply customizations via patch-package instead of making a fork like we have did in the past. OR research for the better package providing everyting we're need
  2. look at optimizations, remove render functions, replace them via usage of nested components wrapped onto React.memo. Install why did you render and check for extra re-renders, decrease theirs count
  3. ask @sirpy regarding the exact issues we met (e.g. sometimes popup is opened during scroll, slow scroll with the large feed etc), fix them

johnsmith-gooddollar avatar Nov 09 '21 12:11 johnsmith-gooddollar

Vlad have added it onto changelog but it's still 'in sprint' so, @vldkhh @roma-hladilka was this fixed or not ?

johnsmith-gooddollar avatar Sep 01 '22 11:09 johnsmith-gooddollar