dows-
Explore posts from serversOptimistic UI with useSubmissions/useSubmission not working
I'm trying to use useSubmission to show optimistic UI but I can't get it to work, the pending state never gets shown. I've followed along with this blog post https://www.brenelz.com/posts/optimistic-ui-with-solid-start/ and the "pending" todos never show, the todos from the server just pop in after the promise has resolved.
StackBlitz here https://stackblitz.com/edit/github-a9ukgq-sypzel?file=src%2Fpages%2FHome.tsx
4 replies