reflex/tests/components
Masen Furer bca49d3537
Component as Var type (#3732)
* [WiP] Support UI components returned from a computed var

* Get rid of nasty react hooks warning

* include @babel/standalone in the base to avoid CDN

* put window variables behind an object

* use jsx

* implement the thing

* cleanup dead test code (#3909)

* override dict in propsbase to use camelCase (#3910)

* override dict in propsbase to use camelCase

* fix underscore in dict

* dang it darglint

* [REF-3562][REF-3563] Replace chakra usage (#3872)

* [ENG-3717] [flexgen] Initialize app from refactored code (#3918)

* Remove Pydantic from some classes (#3907)

* half of the way there

* add dataclass support

* Forbid Computed var shadowing (#3843)

* get it right pyright

* fix unit tests

* rip out more pydantic

* fix weird issues with merge_imports

* add missing docstring

* make special props a list instead of a set

* fix moment pyi

* actually ignore the runtime error

* it's ruff out there

---------

Co-authored-by: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com>

* Merging

* fixss

* fix field_name

* always import react

* move func to file

* do some weird things

* it's really ruff out there

* add docs

* how does this work

* dang it darglint

* fix the silly

* don't remove computed guy

* silly goose, don't ignore var types :D

* update code

* put f string on one line

* make it deprecated instead of outright killing it

* i hate it

* add imports from react

* assert it has evalReactComponent

* do things ig

* move get field to global context

* ooops

---------

Co-authored-by: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>
Co-authored-by: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com>
Co-authored-by: Elijah Ahianyo <elijahahianyo@gmail.com>
2024-09-19 19:06:53 -07:00
..
base add some unit tests for coverage (#3947) 2024-09-18 23:44:59 +02:00
core Fix string color (#3922) 2024-09-16 11:12:51 -07:00
datadisplay Component as Var type (#3732) 2024-09-19 19:06:53 -07:00
el Lendemor/improve coverage (#2988) 2024-04-04 14:31:43 +02:00
forms replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
graphing Layout property not pushed through on rx.plotly (#3394) 2024-05-31 11:48:43 -07:00
layout generate pyi files when building/publishing 3rd party component (#2945) 2024-03-29 09:54:21 -07:00
lucide [REF-3568][REF-3569]Remove deprecations (#3852) 2024-08-29 15:46:18 -07:00
media replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
radix replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
recharts add some unit tests for coverage (#3947) 2024-09-18 23:44:59 +02:00
typography [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-12 10:46:42 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_component_future_annotations.py [REF-2272] Support declaring EventHandlers directly in component (#2952) 2024-03-29 06:26:07 -07:00
test_component_state.py fully migrate vars into new system (#3743) 2024-08-26 13:28:18 -07:00
test_component.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00
test_tag.py replace old var system with immutable one (#3916) 2024-09-13 16:01:52 -07:00