Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perf optimizations #9

Open
cem2ran opened this issue Aug 18, 2022 · 0 comments
Open

Perf optimizations #9

cem2ran opened this issue Aug 18, 2022 · 0 comments

Comments

@cem2ran
Copy link
Owner

cem2ran commented Aug 18, 2022

  • Reading List and Archive are unbounded. renderItem should be optimized and may need something like flash-list.
  • Unnecessary renders are happening and may need to optimize going forward. See if there's any static linting that can catch oversights. Start debugging with WDYR (already added).
  • Could consider replacing storage backend (AsyncStorage) with expo-sqlite or even better a JSI based alternative: https://dev.to/craftzdog/a-performant-way-to-use-pouchdb7-on-react-native-in-2022-24ej
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant