alephium / explorer

The explorer front-end for Alephium protocol
https://explorer.alephium.org
GNU Lesser General Public License v3.0
12 stars 8 forks source link

Use Tanstack's query to fetch data + NFTs in the explorer #210

Closed mvaivre closed 1 year ago

mvaivre commented 1 year ago

Fixes #161 #213

mvaivre commented 1 year ago

Still need to fix the NFT card glitch on safari.

For the future: I've used 2 ways of declaring queries (createQueryKeyStore and the more granular createQueryKeys). Let's see if we want to declare multiple stores or a lot of separate smaller "keys".

mvaivre commented 1 year ago

Thanks @nop33 !

If none of your comment is a blocker in your opinion, I'd be in favour of merging this huge PR now and start a new one for further improvements. I've compiled the proposed improvements here.