reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.52k stars 1.18k forks source link

Does reflex support render tree data? #3586

Open Abeautifulsnow opened 5 months ago

Abeautifulsnow commented 5 months ago

As indicated, I do not find how to render a hierarchical data by reflex in document.

image

Can anyone tell me how to do that? Or maybe is there a third tool? Thank you.

Manas1820 commented 5 months ago

One way I can think of is to try using Wrapping React.

Abeautifulsnow commented 5 months ago

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.