Scroll progress saving method #208
Answered
by
rajarsheechatterjee
SabaManjavidze
asked this question in
Q&A
-
I'm curious on the reader screen about how you guys save scroll progress, what steps you take. for example, do you store it in SQLite database or do you store it in async storage? I'm not familiar with redux btw so that's the reason I'm asking |
Beta Was this translation helpful? Give feedback.
Answered by
rajarsheechatterjee
Apr 8, 2022
Replies: 1 comment
-
Currently the app saves the scroll progress in redux state, and redux-persist saves it in async storage. I do plan to make the app directly save the progress in async storage for better performance. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SabaManjavidze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the app saves the scroll progress in redux state, and redux-persist saves it in async storage. I do plan to make the app directly save the progress in async storage for better performance.