Next.js Discord

Discord Forum

Nextjs optimistic updates revert

Unanswered
Siamese Crocodile posted this in #help-forum
Open in Discord
Siamese CrocodileOP
I am trying to implement optimistic updates with infinite scroll but there is a revert after loading more content and I am not sure why is it happening.

https://nextjs-optimistic-revert.vercel.app/ - Live (pressing load more causes a revert, on prod its visible when you click it fast multiple times)

gh: https://github.com/stachujone5/nextjs-optimistic-revert

4 Replies

Siamese CrocodileOP
Chaning just one line - useState instead of useOptimistc - everything works fine
ofc we do not handle action fails then
Whyyyyyyy
Siamese CrocodileOP
any1?