reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
ENG-8258: API for linking and sharing states It works by defining a substate of SharedState and then calling self._link_to(target_token) from some event handler. from that point on, whenever that user's state is loaded, the StateManager will patch in the linked shared states. whenever a linked state is modified, we explicitly load all of the other linked tokens, patch in the modified states, and send a delta to those clients You can call ._unlink to remove the link association, which causes the substate to be subsequently loaded from the client_token's tree as a private state It is intended to work transparently with computed vars, background events, and frontend rendering.
masenf/linked-state
3 hours ago
upgrade deps again for 0822 (#6022) * upgrade deps again for 0822 * precommit
main
6 hours ago
optimize frozen dict get item (#6021) * optimize frozen dict get item * asdict is weird * make that into a dataclass generic
main
6 hours ago
precommit
upgrade-deps-again-for-0822
8 hours ago
upgrade deps again for 0822
upgrade-deps-again-for-0822
8 hours ago
make that into a dataclass generic
optimize-frozen-dict-get-item
1 day ago
asdict is weird
optimize-frozen-dict-get-item
1 day ago
optimize frozen dict get item
optimize-frozen-dict-get-item
1 day ago
Active Branches
ENG-8258: API for linking and sharing states
last run
3 hours ago
#6024
CodSpeed Performance Gauge
0%
Allow computed vars to yield events and update state reliably
last run
16 days ago
#5990
CodSpeed Performance Gauge
-1%
Adding `BlobVar` and `BytesVar`.
last run
18 days ago
#5985
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs