Hintful / aram.tools

A full-stack web application that analyzes and visualizes users' performance for a popular online game, League of Legends.
https://aram.tools
2 stars 0 forks source link

Investigate using TanStack Query for fetching data from API and state management #79

Open Hintful opened 1 year ago

Hintful commented 1 year ago

Motivation

Managing state paired up with fetching data from API via axios calls, useState and useEffect hooks can be quite troublesome. TanStack Query can be a good solution to this problem.