forked from reflex-dev/reflex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add computed backend vars (reflex-dev#3573)
* add computed backend vars * finish computed backend vars, add tests * fix token for AppHarness with redis state manager * fix timing issues * add unit tests for computed backend vars * automagically mark cvs with _ prefix as backend var * fully migrate backend computed vars * rename is_backend_variable to is_backend_base_variable * add integration test for implicit backend cv, adjust comments * replace expensive backend var check at runtime * keep stuff together * simplify backend var check method, consistent naming, improve test typing * fix: do not convert properties to cvs * add test for property * fix cached_properties with _ prefix in state cls
- Loading branch information
1 parent
bcc7a61
commit b7651e2
Showing
6 changed files
with
133 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.