reflex/tests/components
Masen Furer e13ff71c2c
Perf Optimization: use the imports we already calculate during compile
Instead of augmenting _get_imports with a weird, slow, recursive crawl and
dictionary reconstruction, just use the imports that we compile into the
components.js file to install frontend packages needed by the custom
components.

Same effect, but adds essentially zero overhead to the compilation.
2024-03-14 20:18:27 -07:00
..
base RED-1052/rx.State as Base State (#2146) 2023-11-29 09:43:33 -08:00
core Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
datadisplay Top-level namespace tweaks (#2523) 2024-02-05 11:14:02 -08:00
forms Merge remote-tracking branch 'origin/main' into reflex-0.4.0 2024-02-07 13:53:39 -08:00
graphing fix black+ruff (#2750) 2024-02-28 14:51:50 -08:00
layout Fix fstrings being escaped improperly (#2571) 2024-02-13 14:32:44 -08:00
media Use rx.el.img as rx.image (#2558) 2024-02-08 14:44:53 -08:00
typography remove chakra from markdown component_map (#2709) 2024-02-26 19:34:22 -08:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_component.py Perf Optimization: use the imports we already calculate during compile 2024-03-14 20:18:27 -07:00
test_tag.py fixed issue with hypens (#2450) 2024-01-26 14:14:46 -08:00