reflex/reflex
2023-11-16 13:20:48 -08:00
..
.templates Reduce Syntax highlighter footprint (#2037) 2023-11-13 12:47:55 -08:00
compiler Support Form controls via name attribute (no ID or ref) (#2012) 2023-11-10 12:58:59 -08:00
components Apply new pyi script (#2041) 2023-11-16 10:27:04 -08:00
constants Hosting CLI: remove requirements generation when init, add back timeout for deploy command, remove deploy legacy command (#2179) 2023-11-15 16:23:34 -08:00
el code cleanup (split constants into a folder) (#1866) 2023-09-28 17:27:20 -07:00
middleware Set is_hydrated var explicitly on rx.State (#2168) 2023-11-14 10:26:25 -08:00
utils Fix missing lazy imports (#2187) 2023-11-16 13:20:48 -08:00
__init__.py Fix missing lazy imports (#2187) 2023-11-16 13:20:48 -08:00
__init__.pyi Add ConnectionModel and ConnectionBanner to lazy components (#2167) 2023-11-13 23:25:54 -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.py fix onload method not working in prod mode (#2049) 2023-10-27 08:43:02 -07:00
app.pyi Remove Default state (#1978) 2023-10-18 09:57:27 -07:00
base.py fix serialization as a whole for list/dict/Base containing custom items to serialize (#1984) 2023-10-17 10:44:54 -07:00
config.py Hosting CLI: remove requirements generation when init, add back timeout for deploy command, remove deploy legacy command (#2179) 2023-11-15 16:23:34 -08:00
config.pyi Expose gunicorn_worker_class via Config (#2084) 2023-10-31 13:45:29 -07:00
event.py Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
model.py Improve Var type handling for better rx.Model attribute access (#2010) 2023-10-25 11:55:50 -07:00
page.py Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
page.pyi Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
reflex.py Hosting CLI: remove requirements generation when init, add back timeout for deploy command, remove deploy legacy command (#2179) 2023-11-15 16:23:34 -08:00
route.py Remove deprecated route decorator (#1815) 2023-09-14 10:29:29 -07:00
state.py Set is_hydrated var explicitly on rx.State (#2168) 2023-11-14 10:26:25 -08:00
style.py Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00
testing.py Upgrade to NextJS 14 (#2142) 2023-11-13 09:52:51 -08:00
vars.py Support Form controls via name attribute (no ID or ref) (#2012) 2023-11-10 12:58:59 -08:00
vars.pyi Support Form controls via name attribute (no ID or ref) (#2012) 2023-11-10 12:58:59 -08:00