Table List for huge amount of data

reasonreact

#1

Hey guys!

Inspired by iOS TableView I created a list which has better performance for a huge amount of data (at the moment it has a good performance for lists until 500,000 entries. So, this table is not only safe from the maximum stack size exceeded errors but also scrolling is softer than simply rendering it through ReasonReactArray.

This is still in progress, there’s a lot yet to be done and there are no tests for it neither I’m using it on production. So please be careful :wink: