[FEAT] Implement TanStack to Prevent Reloads Between Search Page and Prompt of the Month #523
Open
1 task done
Labels
Difficulty: Advanced
Advanced level
Priority: Medium
Status: In progress
Work in progress
Type: Feature
New feature
Type: Performance
Code issues that do not introduce bugs in the execution but neet performance optimisation.
Milestone
Description:
When navigating from the search page to the prompt of the month in Celebrity-Fanalyzer, the following issues are occurring:
The prompt reloads when returning to the search page.
The entries reload when navigating to the prompt-of-the-month page.
Expected Behavior:
The prompt should remain in its current state when navigating back to the search page.
The entries should remain in their current state when navigating to the prompt-of-the-month page.
Proposed Solution:
Implement TanStack Query to cache data between these navigations to prevent unnecessary reloads.
Tasks
The text was updated successfully, but these errors were encountered: