Chris Petty

Results 13 issues of Chris Petty

Priority: normal
Pure/Virtualised list rewrite

## Is your feature request related to a problem? Please describe. Need easy top level way of providing styling theme to all components of react-native-data-table library. ## Describe the solution...

Priority: normal
Feature
Pure/Virtualised list rewrite

Currently if a user spams the sorting on a column, it'll stack up the function calls and slowly (for lots of rows), sequentially run each sort call. Idea is to...

enhancement
Priority: normal
Pure/Virtualised list rewrite

Related #27 Accessibility for native and for ReactXP/react-native-web. A discussion worth having is if VirtualisedList actually translates to a good webapp DOM structure. It may be better for webapps to...

Feature

Priority: normal
Feature
Pure/Virtualised list rewrite

Priority: normal
Feature
Pure/Virtualised list rewrite

## Description Key reasons: - Performance bottleneck: Non-pure components causing excessive re-rendering. So everything must be PureComponents (or use React.memo()) - ListView is deprecated from React Native. Realm ListView is...

Priority: normal
Epic
Pure/Virtualised list rewrite

Priority: normal
Feature
Pure/Virtualised list rewrite

Related #11

Priority: normal
Feature
Pure/Virtualised list rewrite

Priority: normal
Feature
Pure/Virtualised list rewrite