Performance
ariona opened this issue · 5 comments
Hello, Can this handle large number for pages, for example 600 pages without performance issue?
Are you implying that there will be 600 tabs in the component ?
I am sorry, I don't really understand about the activity since i am relatively new to RN and android env. But i have tried this library before https://github.com/race604/react-native-viewpager and it's really can handle large number of page without the performance issue. (i guess it's because using the same method as listview in rendering the page)
Having 600 pages is not recommended, a good design will probably limit it to 15 to 20 pages....If you have lot of content try listview
Say, i want to create a Book app. The book has 100 chapter/Pages in it. And the Tab label will be, Chapter I — Chapter II and so on. :) .
I use the library mentioned before, it's only ViewPager but working flawless rendering 600 pages with a lot of content in it. But i really like the scrolling tabs on your lib, and will consider using it 😄
You could give it a shot but I am not very positive about this.