tauri-apps / tauri-apps/plugins-workspace
[store] `onKeyChange` and `onChange` equivalents for rust
Open
plugin: store
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
I'd like to be able to update the backend when the frontend changes values in the store. Currently, devs can update and read the store, but there's no way to be notified of changes directly. For now, I'm watching for configuration changes on the frontend and sending an event to the backend. However, this seems like a hack.
Contributor guide
Assessment
This issue has not been assessed yet.