reflex-dev / reflex

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

Does reflex support render tree data? #3586

Open Abeautifulsnow opened 1 week ago

Abeautifulsnow commented 1 week 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 days ago

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

Abeautifulsnow commented 3 days 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.