Optimistic update workflow
call, show something as pending, but redirect when its done? 🤔
5 Replies
oh
i was await it
after the await calling redirect
that didnt work
this is good
i could add a temporary one and show it
ill battle with this in my next side project
almost done with current one
Awaiting also works. That's effectively what the .then is doing
i know
thats why i was confused why it didnt work
im awaiting the update
optimistic + redirect is done
at the same tim
That's unexpected. Could you share the code