
Michael Bilenko
@michbil
Followers
141
Following
1K
Media
156
Statuses
2K
React Native developer
Ukraine, Kherson
Joined September 2010
RT @jmeistrich: Legend List 1.0 is LIVE!. The ⚡️ fastest React Native list library, in 100% JS, with powerful new features. For new and old….
0
203
0
RT @jmeistrich: Big day for Legend List today! 11 of my commits, 5 PRs merged, 8 issues closed. I fixed maintainScrollAtEnd, columns work….
0
7
0
Explored another way to mitigate blanking in LegendList. This time I used Skeleton components, which are rendered after the containers with a help of FlashList native module. Here is demo from dev build, where everything is super slow @jmeistrich.
1
1
11
Link to the branch here pls check on your device in release mode to compare results.
github.com
Another try to make Animated container positions after removing sloow hooks in the List component. Intermediate results: HUGE boost in performance on my old android device. Can't get it bl...
0
0
0
After deleting slow hooks from the test conponent, I gave another try to my Animated branch of the LegendList. Interesting results, debug mode is quite awful, but release performance boost is quite impressive. @jmeistrich.
1
0
1
Today I tried to combine native module from the @shopify/flash-list and @jmeistrich LegendList. To my wonder they worked quite good together. Flash list has two components AutoLayoutView and CellContainer. Biggest downside of LegendList now is.
2
0
3
With react-native FlatList initialScrollIndex will work only if you have predetermined heights of the cells, and with FlashList i wasn't able to make initialScrollIndex to work at all without artifacts. Link to the library:
github.com
A high-performance list component for React Native - LegendApp/legend-list
0
0
6
Today my big PR to @jmeistrich 's LegendList was merged. maintainScrollPosition prop was greatly improved. Now it's possible to have accurate initialScrollIndex position with dynamically sized elements, and easy to create bidirectional infinite lists.
2
1
42