reflex/reflex
Khaleel Al-Adhami fb721e1d12
delete states if it exists on run (#3901)
* delete states if it exists

* simplify ImmutableComputedVar.__get__ (#3902)

* simplify ImmutableComputedVar.__get__

* ruff it

---------

Co-authored-by: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com>
2024-09-09 17:59:40 -07:00
..
.templates add fragment to foreach (#3877) 2024-09-08 19:14:56 -07:00
app_mixins split lifespan and middleware logic in separate mixin files (#3557) 2024-06-29 08:50:04 -07:00
compiler fix initial state without cv fallback (#3670) 2024-09-08 19:10:46 -07:00
components Include child imports in markdown component_map (#3883) 2024-09-05 14:36:53 -07:00
constants Use correct flexgen backend URL (#3891) 2024-09-05 10:21:46 -07:00
custom_components Use twine environment variables if set (#3353) 2024-05-21 14:43:49 -07:00
experimental [REF-3592]Promote rx.progress from radix themes (#3878) 2024-09-05 10:21:32 -07:00
ivars simplify ImmutableComputedVar.__get__ (#3902) 2024-09-09 15:50:40 -07:00
middleware upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
utils [REF-3570] Remove deprecated REDIS_URL syntax (#3892) 2024-09-05 14:37:07 -07:00
__init__.py [REF-3592]Promote rx.progress from radix themes (#3878) 2024-09-05 10:21:32 -07:00
__init__.pyi [REF-3592]Promote rx.progress from radix themes (#3878) 2024-09-05 10:21:32 -07:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
app_module_for_backend.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
app.py improve state hierarchy validation, drop old testing special case (#3894) 2024-09-08 18:29:37 -07:00
base.py fully migrate vars into new system (#3743) 2024-08-26 13:28:18 -07:00
config.py dedupe config overrides (#3600) 2024-07-03 17:34:22 +02:00
event.py [REF-3589] raise EventHandlerArgMismatch when event handler args don't match spec (#3853) 2024-08-29 16:05:15 -07:00
model.py /health endpoint for K8 Liveness and Readiness probes (#3855) 2024-09-03 18:34:03 -07:00
page.py separate DECORATED_PAGES per reflex app (#3102) 2024-04-22 11:32:31 -07:00
reflex.py delete states if it exists on run (#3901) 2024-09-09 17:59:40 -07:00
route.py [REF-2643] Throw Errors for duplicate Routes (#3155) 2024-05-03 12:15:40 -07:00
state.py delete states if it exists on run (#3901) 2024-09-09 17:59:40 -07:00
style.py fully migrate vars into new system (#3743) 2024-08-26 13:28:18 -07:00
testing.py implement disk state manager (#3826) 2024-08-30 17:26:10 -07:00
vars.py [REF-3568][REF-3569]Remove deprecations (#3852) 2024-08-29 15:46:18 -07:00
vars.pyi fully migrate vars into new system (#3743) 2024-08-26 13:28:18 -07:00