workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

see if we can replace LRUCache with the cache built into react-query #230

Open SvenDowideit opened 2 years ago

SvenDowideit commented 2 years ago

I suspect, because we're feeding it ourselves from programchanges, that its not a perfect fit, but its worth looking into

(or maybe just using react-query infront of the LRUCache?)