reflex/reflex/experimental
Khaleel Al-Adhami ea016314b0
[REF-3227] implement more literal vars (#3687)
* implement more literal vars

* fix super issue

* pyright has a bug i think

* oh we changed that

* fix docs

* literalize vars recursively

* do what masen told me :D

* use dynamic keys

* forgot .create

* adjust _var_value

* dang it darglint

* add test for serializing literal vars into js exprs

* fix silly mistake

* add  handling for var and none

* use create safe

* is none bruh

* implement function vars and do various modification

* fix None issue

* clear a lot of creates that did nothing

* add tests to function vars

* added simple fix smh

* use fconcat to make an even more complicated test
2024-07-22 12:45:23 -07:00
..
vars [REF-3227] implement more literal vars (#3687) 2024-07-22 12:45:23 -07:00
__init__.py add immutable var class (#3607) 2024-07-03 11:23:04 -07:00
assets.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
client_state.py Improve ClientState compatibility with rx.input (#3490) 2024-06-19 07:01:46 -07:00
hooks.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
layout.py Pass _var_is_string parameter to Var.create (#3470) 2024-06-10 14:32:32 -07:00
layout.pyi pyi_generator cleanup: ruff, remove fully qualified reflex. names (#3591) 2024-06-29 08:48:01 -07:00
misc.py allow return from run_in_thread (#3477) 2024-06-13 09:59:05 -07:00