Especially on low RAM devices and particularity with large books, loading the full book json all at once isn't a good strategy. Despite being loaded via an isolate, there is jank.
Should either:
- Come up with a better solution for loading books
- Maybe pre-render html and load?
- Store bible json data and/or structured data in a database? (This has the advantage of using the database functions to make life easier.)
OR
- Chunk the json during loading
Especially on low RAM devices and particularity with large books, loading the full book json all at once isn't a good strategy. Despite being loaded via an isolate, there is jank.
Should either:
OR