reflex/reflex/experimental
Khaleel Al-Adhami 458cbfac59
[REF-3228] implement LiteralStringVar and format/retrieval mechanism (#3669)
* implement LiteralStringVar and format/retrieval mechanism

* use create safe

* add cached properties to ConcatVarOperation

* fix caches

* also include self

* fix inconsistencies in typings

* use default factory not default

* add missing docstring

* experiment with immutable var data

* solve pydantic issues

* add sorted function

* missing docs

* forgot ellipses

* give up on frozen

* dang it darglint

* fix string serialization bugs and remove unused code

* add returns statement

* whitespace moment

* add simple test for string concat

* export ConcatVarOperation
2024-07-17 17:01:27 -07:00
..
vars [REF-3228] implement LiteralStringVar and format/retrieval mechanism (#3669) 2024-07-17 17:01:27 -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