Thomas Brandého 475f666998 fix custom component init (#4123) 7 months ago
..
.templates 73e8a4e0ab support eventspec/eventchain in var operations (#4038) 8 months ago
app_mixins 1b3422dab6 improve lifespan typecheck and debug (#4014) 8 months ago
compiler ad0827c59c bundle chakra in window for CSR (#4042) 8 months ago
components fafdeb892e Include emotion inside of dynamic components (#4052) 8 months ago
constants 27bb7179d6 default should be warning for subprocesses not info (#4049) 8 months ago
custom_components 475f666998 fix custom component init (#4123) 7 months ago
experimental 23e979717f remove all runtime asserts (#4019) 8 months ago
istate 40f1880932 move router dataclasses in their own file (#4044) 8 months ago
middleware 0ab161c119 remove format_state and override behavior for bare (#3979) 8 months ago
utils c05d0bca55 catch CancelledError in lifespan hack for windows (#4083) 7 months ago
vars 8528f67a4a convert literal type to its variants (#4062) 7 months ago
__init__.py fe9f3a7088 expose radix primitive progress under rx.radix.primitives.progress (#3930) 8 months ago
__init__.pyi fe9f3a7088 expose radix primitive progress under rx.radix.primitives.progress (#3930) 8 months ago
__main__.py 123b91a37d add __main__ entry point to allow `python -m reflex` (#1516) 1 year ago
admin.py 0d39237b3c upgrade to latest ruff (#3497) 11 months ago
app.py 0f8630fb2d remove var operation error (#4053) 8 months ago
app_module_for_backend.py 2883e541a9 Bring back py3.9 support with a deprecation warning. (#3976) 8 months ago
base.py bca49d3537 Component as Var type (#3732) 8 months ago
config.py 3f51943162 use pathlib as much as possible (#3967) 8 months ago
event.py 73e8a4e0ab support eventspec/eventchain in var operations (#4038) 8 months ago
model.py e96b4bf42e a friendly little helper (#4021) 8 months ago
page.py 4e4d36a867 re add removed method with better behaviour and tests (#3986) 8 months ago
reflex.py 3f51943162 use pathlib as much as possible (#3967) 8 months ago
route.py 9c7dbdbc72 [REF-2643] Throw Errors for duplicate Routes (#3155) 1 year ago
state.py 3810161873 fail safely when pickling (#4085) 7 months ago
style.py 5e738fd62b don't camel case keys of dicts in style (#3982) 8 months ago
testing.py 23e979717f remove all runtime asserts (#4019) 8 months ago