reflex/reflex
Masen Furer 5f296eec38
[ENG-3817] deprecate _var_name_unwrapped (instead of removing it) ()
some components and code examples used `_var_name_unwrapped`, so map this
property back to `_js_expr` and deprecate it.
2024-09-18 21:33:50 -07:00
..
.templates replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
app_mixins split lifespan and middleware logic in separate mixin files () 2024-06-29 08:50:04 -07:00
compiler replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
components move the filterwarning to appropriate file () 2024-09-19 02:21:07 +02:00
constants [ENG-3717] [flexgen] Initialize app from refactored code () 2024-09-13 11:20:25 -07:00
custom_components Use twine environment variables if set () 2024-05-21 14:43:49 -07:00
experimental replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
middleware Remove Pydantic from some classes () 2024-09-13 12:53:30 -07:00
utils add special handling for infinity and nan () 2024-09-18 13:10:32 -07:00
vars [ENG-3817] deprecate _var_name_unwrapped (instead of removing it) () 2024-09-18 21:33:50 -07:00
__init__.py expose radix primitive progress under rx.radix.primitives.progress () 2024-09-16 16:36:17 -07:00
__init__.pyi expose radix primitive progress under rx.radix.primitives.progress () 2024-09-16 16:36:17 -07:00
__main__.py add __main__ entry point to allow python -m reflex () 2023-08-03 14:26:50 -07:00
admin.py upgrade to latest ruff () 2024-06-19 12:32:13 +02:00
app_module_for_backend.py upgrade to latest ruff () 2024-06-19 12:32:13 +02:00
app.py replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
base.py replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
config.py dedupe config overrides () 2024-07-03 17:34:22 +02:00
event.py replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
model.py /health endpoint for K8 Liveness and Readiness probes () 2024-09-03 18:34:03 -07:00
page.py add some unit tests for coverage () 2024-09-18 23:44:59 +02:00
reflex.py delete states if it exists on run () 2024-09-09 17:59:40 -07:00
route.py [REF-2643] Throw Errors for duplicate Routes () 2024-05-03 12:15:40 -07:00
state.py [0.6.0 blocker] state: update inherited_vars and tracking dicts when adding vars () 2024-09-17 10:43:33 -07:00
style.py replace old var system with immutable one () 2024-09-13 16:01:52 -07:00
testing.py implement disk state manager () 2024-08-30 17:26:10 -07:00