react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Demo website doesn't use the latest version of react-arborist

Open jledentu opened this issue 5 months ago • 2 comments

Hi!

While I was investigating on a bug (https://github.com/brimdata/react-arborist/issues/313) that was reproducible on my app, but not reproducible on the hosted demos, I found out that the hosted demos weren't using the latest version of the library.

It would be nice to automatically update the demos on new releases of the library. Since the demos are hosted on Netlify, I thought that Netlify was supposed to update the app automatically, but there may be some issue during the build?

jledentu avatar Jul 22 '25 12:07 jledentu

I was also wondering something similar, because the demo for the cities tree shows open all and close all performing within a second, but when I do it with 10k fewer tree nodes in a production-built local app, it takes both actions a few seconds to process.

ewilliams-zoot avatar Jul 25 '25 03:07 ewilliams-zoot

Nevermind - I had assumed it was a different version, but my performance differences actually had to do with the structure of the data and not the number of nodes.

ewilliams-zoot avatar Jul 26 '25 02:07 ewilliams-zoot