reflex/reflex
Thomas Brandého 001b8c4222
can run with granian by setting REFLEX_USE_GRANIAN var ()
* can run with granian by setting REFLEX_USE_GRANIAN var

* granian also useable for prod mode

* adjust reload paths for granian

* move uvicorn / granian logic to their own function

* fix prod mode
2024-09-24 17:36:58 -07:00
..
.templates Bring back py3.9 support with a deprecation warning. () 2024-09-23 18:15:16 -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 use svg elements instead of raw html for logo () 2024-09-24 17:34:41 -07:00
constants Component as Var type () 2024-09-19 19:06:53 -07:00
custom_components use current version as default for new custom components () 2024-09-19 19:08:23 -07:00
experimental fix set value logix for client state () 2024-09-23 12:40:14 -07:00
middleware Remove Pydantic from some classes () 2024-09-13 12:53:30 -07:00
utils can run with granian by setting REFLEX_USE_GRANIAN var () 2024-09-24 17:36:58 -07:00
vars Bring back py3.9 support with a deprecation warning. () 2024-09-23 18:15:16 -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 Bring back py3.9 support with a deprecation warning. () 2024-09-23 18:15:16 -07:00
app.py Bring back py3.9 support with a deprecation warning. () 2024-09-23 18:15:16 -07:00
base.py Component as Var type () 2024-09-19 19:06:53 -07:00
config.py Use tailwind typography plugin by default () 2024-09-23 18:18:05 -07:00
event.py Bring back py3.9 support with a deprecation warning. () 2024-09-23 18:15:16 -07:00
model.py /health endpoint for K8 Liveness and Readiness probes () 2024-09-03 18:34:03 -07:00
page.py re add removed method with better behaviour and tests () 2024-09-24 23:29:56 +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 Bring back py3.9 support with a deprecation warning. () 2024-09-23 18:15:16 -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