Up to now, TanStack Query has been used to read data from the backend. However, the sample application also writes data. An example of this is the display of "Votes" for a task. By clicking on the ...
The detailed view of a task is characterized by two technical features. Firstly, the path to the route contains a variable placeholder that must be filled with a task ID at runtime (/task/1, /task/2 ...