Next.js Discord

Discord Forum

Cache components vs ISR

Unanswered
Bombay-duck posted this in #help-forum
Open in Discord
Bombay-duckOP
Hey, I currently use ISR on my website to have instant loading. The issue is that even when site has fresh data, the user sees old data until F5. I heard that the only way to fix that is using cache components.
Is that true?
How to have instant loading with cache components? For example animation only when data is really refreshed, not on every site load, when data is already loaded, the user should see data instantly.

1 Reply

Bombay-duckOP
Also which one is better for speed?