Interested to know too. Have you figured it out?
Sep 13, 2022
6
Level 63
How to avoid blinking when partial reload ?
Hello,
I display an InertiaJS page with datas arising from 3 different queries.
When I partial reload for example only 2 datas, the refresh of the page is unpleasant because it deletes the initial content to replace it with the new content, very fast, but not fast enough to not notice that and it makes a kind of blink.
With an axios request, it's very different, there's no blink and it just update the content according to the new request result.
Is it possible to avoid this blink with InertiaJS ?
Thanks for your answer.
Vincent
Please or to participate in this conversation.