reflex/reflex/components/base
Khaleel Al-Adhami abab18e165
components deserve to be first class props (#4827)
* components deserve to be first class props

* default back to {}

* smarter yield

* how much does caching help?

* only hit the slower path on _are_fields_known

* remove the cache thingy

* cache the inner _get_component_prop_names

* oops

* dang it darglint

* refactor things a bit

* fix events
2025-02-19 11:27:33 -08:00
..
__init__.py Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -07:00
__init__.pyi Catch unhandled errors on both frontend and backend (#3572) 2024-07-08 19:26:11 -07:00
app_wrap.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
app_wrap.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
bare.py components deserve to be first class props (#4827) 2025-02-19 11:27:33 -08:00
body.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
body.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
document.py pass lang and custom_attrs from app to html root (#2697) 2024-03-03 13:51:20 -08:00
document.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
error_boundary.py improve var base typing (#4718) 2025-01-31 13:12:33 -08:00
error_boundary.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
fragment.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
fragment.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
head.py [REF-2821]Improve Dynamic Imports (#3345) 2024-05-31 16:43:10 +00:00
head.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
link.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
link.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
meta.py enable PGH, bump pyright and fix all #type: ignore (#4699) 2025-01-28 13:11:05 -08:00
meta.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
script.py add noop event (#4288) 2024-11-04 10:33:07 -08:00
script.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00
strict_mode.py disable react strict mode for event loop (#4720) 2025-01-31 18:36:35 -08:00
strict_mode.pyi remove base_state from event types (#4740) 2025-02-05 12:09:15 -08:00