GoodDAPP
GoodDAPP copied to clipboard
improve feed scroll
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 What are the issues associated with the scroll?
- 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
- 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
- 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
Vlad have added it onto changelog but it's still 'in sprint' so, @vldkhh @roma-hladilka was this fixed or not ?