Yes, you heard that correctly. The router state is written to SQLite by Rust.
are all actions written first to the db and then the ui reacts to the db?
Please Login to reply.
Rust process the actions and writes state to DB and UI reacts to notifications of these db changes
sounds reasonable. are other native apps written like web client-server? that’s stupid