React Native SQLite: 0ms UI with debounced writes
📰 Dev.to · Sathish
I stopped blocking my UI on SQLite writes. I batch writes in-memory, then flush every 250ms. I still...
I stopped blocking my UI on SQLite writes. I batch writes in-memory, then flush every 250ms. I still...