issues
search
jtanadi
/
scotty
WebSocket-enabled PDF viewer
http://raa-scotty.herokuapp.com/
MIT License
15
stars
1
forks
source link
Non lazy loading
#82
Closed
jtanadi
closed
4 years ago
jtanadi
commented
4 years ago
What does this PR fix?
Fixes #56
How?
Load the next 2 pages to be loaded if not cached:
on page 1, load pages 2 & 3; on page 2, load pages 4 & 5; on page 3, load pages 6 & 7, etc.
Cache pages that have been loaded in redux store so we're not doing unnecessary work
What does this PR fix?
How?