issues
search
TBD54566975
/
web5-wallet
A reference implementation of a web5 wallet in react native
Apache License 2.0
13
stars
10
forks
source link
perf: adopt optimistic state updates and avoid blocking UI for level operations
#114
Open
shamilovtim
opened
1 year ago
shamilovtim
commented
1 year ago
in the future we'll want a layer that:
asynchronously updates
level
under the hood (but doesn't block render)
adopts optimistic updates in order to increase the perception of speed in the UI
reads from a memory based store (like React Query)
we'll want to finetune when and how react query rehydrates from level
react query should not block the UI when it rehydrates from level
in the future we'll want a layer that:
level
under the hood (but doesn't block render)