pendulum-chain / portal

The Pendulum/Amplitude portal UI
GNU General Public License v3.0
1 stars 1 forks source link

Use Tanstack/react-query for useAssetRegistryMetadata hook #435

Open Sharqiewicz opened 2 months ago

Sharqiewicz commented 2 months ago

Use Tanstack/react-query for useAssetRegistryMetadata hook

It's better to handle server data in useAssetRegistryMetadata by using Tanstack/react-query to profit from its features. We should be convenient in server data handling across the entire app.

☑️ Handle requests in useAssetRegistryMetadata with react-query

prayagd commented 4 weeks ago

@Sharqiewicz is this a must have or good to have?

Sharqiewicz commented 4 weeks ago

@prayagd Must