reflex/reflex
2024-03-13 13:44:37 -07:00
..
.templates [REF-2157] Allow rx.download to resolve rx.get_upload_url links (#2813) 2024-03-11 12:29:34 -07:00
compiler Revert "Revert "Revert "Revert "use process pool to compile faster (#2377)" (#2434)" (#2497)" (#2595)" 2024-03-13 13:44:36 -07:00
components Make @rx.memo work with state vars passed as props (#2810) 2024-03-13 13:41:17 -07:00
constants [REF-2086] Avoid "Warning: The path to the Node binary could not be found. (#2803) 2024-03-13 12:35:43 -07:00
custom_components [REF-2141] Custom component command improvements (#2807) 2024-03-07 20:42:22 -08:00
middleware feat: Synchronizing localStorage between tabs using browser events (#2533) 2024-02-20 15:14:55 -08:00
utils telemetry refactor + unit tests (#2786) 2024-03-13 12:38:54 -07:00
__init__.py Quick fixes for regressions in 0.4.0 (#2639) 2024-02-15 22:48:52 -08:00
__init__.pyi Quick fixes for regressions in 0.4.0 (#2639) 2024-02-15 22:48:52 -08:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py Allow view overrides for registering models with admin (#1249) 2023-06-27 14:08:09 -07:00
app_module_for_backend.py [REF-2172] Add DECORATED_PAGES before compiling in thread (#2841) 2024-03-12 10:28:37 -07:00
app.py Allow REFLEX_COMPILE_PROCESSES=0 to trigger multiprocessing with auto workers 2024-03-13 13:44:37 -07:00
app.pyi Track state usage (#2441) 2024-03-07 14:25:55 -08:00
base.py [REF-2045] Implement __reduce_ex__ for MutableProxy (#2688) 2024-02-22 10:14:14 -08:00
config.py Track state usage (#2441) 2024-03-07 14:25:55 -08:00
config.pyi Track state usage (#2441) 2024-03-07 14:25:55 -08:00
event.py improve event handler state references (#2818) 2024-03-11 12:18:18 -07:00
model.py support SQLModel 0.0.14 + SQLAlchemy 2 (#2283) 2023-12-12 17:52:11 -08:00
page.py Update meta parameter to accept a list of any type (#2477) 2024-01-29 16:52:28 -08:00
page.pyi Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
reflex.py app_module_for_backend: wait for _compile in prod mode (#2760) 2024-03-04 16:50:31 -08:00
route.py [REF-1741] Disallow routes with /api prefix (#2711) 2024-02-26 19:34:51 -08:00
state.py improve event handler state references (#2818) 2024-03-11 12:18:18 -07:00
style.py [REF-1958] Remove shadowed radix css props (#2590) 2024-02-13 10:06:28 -08:00
testing.py [REF-2158] Enable state when on_load or event_triggers are set. (#2815) 2024-03-08 17:34:09 -08:00
vars.py [REF-2172] Add DECORATED_PAGES before compiling in thread (#2841) 2024-03-12 10:28:37 -07:00
vars.pyi Initial values for computed vars (#2670) 2024-02-24 13:45:07 -08:00