reflex/reflex
2024-11-05 10:50:32 -08:00
..
.templates add noop event (#4288) 2024-11-04 10:33:07 -08:00
app_mixins use better typing for on_load (#4274) 2024-10-30 16:52:16 -07:00
compiler fix stateful components on delayed evaluation (#4247) 2024-10-28 12:13:46 -07:00
components Fix wrong hook (#4295) 2024-11-04 15:20:02 -08:00
constants rollback to 14.2.16 until v15 is more stable (#4297) 2024-11-05 10:50:32 -08:00
custom_components move all environment variables to the same place (#4192) 2024-10-21 13:28:55 -07:00
experimental add noop event (#4288) 2024-11-04 10:33:07 -08:00
istate expose rx.get_state() to get instance of state from anywhere (#3959) 2024-11-05 16:21:59 +01:00
middleware remove format_state and override behavior for bare (#3979) 2024-09-26 16:00:28 -07:00
utils improve object var symantics (#4290) 2024-11-05 09:56:10 -08:00
vars improve object var symantics (#4290) 2024-11-05 09:56:10 -08:00
__init__.py expose rx.get_state() to get instance of state from anywhere (#3959) 2024-11-05 16:21:59 +01:00
__init__.pyi expose rx.get_state() to get instance of state from anywhere (#3959) 2024-11-05 16:21:59 +01: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 Bring back py3.9 support with a deprecation warning. (#3976) 2024-09-23 18:15:16 -07:00
app.py use better typing for on_load (#4274) 2024-10-30 16:52:16 -07:00
base.py Component as Var type (#3732) 2024-09-19 19:06:53 -07:00
config.py expose staticPageGenerationTimeout (#4266) 2024-10-29 22:02:35 -07:00
event.py add noop event (#4288) 2024-11-04 10:33:07 -08:00
model.py fix inverted alembic file check (#4238) 2024-10-24 14:26:31 -07:00
page.py use better typing for on_load (#4274) 2024-10-30 16:52:16 -07:00
reflex.py move all environment variables to the same place (#4192) 2024-10-21 13:28:55 -07:00
route.py [REF-2643] Throw Errors for duplicate Routes (#3155) 2024-05-03 12:15:40 -07:00
state.py handle none case in state setattr (#4301) 2024-11-04 14:37:58 -08:00
style.py use $ syntax (#4237) 2024-10-24 14:34:39 -07:00
testing.py fix and test bug in config env loading (#4205) 2024-10-24 10:27:23 -07:00