iannbing / react-simple-tree-menu

A simple React tree menu component
MIT License
137 stars 48 forks source link

Memoize walk function #177

Closed paolocattani closed 3 years ago

paolocattani commented 3 years ago

First of all, thanks for this great component which saves me lots of time. I've implemented a search function where user can choose if search by label or ba tags ( which is a prop of every nodes ).

image

Now, if user search the same word gets the same results even if searches type changes. I've had hard times realizing it was a cache problem !

I was thinking if it's possible to implement a props to disable caching system. Did you ever think about it ?