reflex
reflex copied to clipboard
Does reflex support render tree data?
As indicated, I do not find how to render a hierarchical data by reflex in document.
Can anyone tell me how to do that? Or maybe is there a third tool? Thank you.
One way I can think of is to try using Wrapping React.
One way I can think of is to try using Wrapping React.
@Manas1820 Thank you. It's one of the good solutions so far. However, I still hope that the official support can include this commonly used basic component.
you can do so with @rx.memo and pydantic or var type casting, some documentation would be helpful though