are all actions written first to the db and then the ui reacts to the db?

Reply to this note

Please Login to reply.

Discussion

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