Replies: 2 comments
-
I'll post sandbox soon if anyone interested to take a look 🙌 |
Beta Was this translation helpful? Give feedback.
0 replies
-
facing similar problem, but when trying to implement Optimistic updates with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know, v12 is still a WIP, but playing with new React, things kinda working, but have issues with Optimistic UI strategy.
Let's say a simple TODO list. If we create item optimistically, it means that item will be rendering twice (once instantly optimistic, and later after server response). So using Framer Motion the way we used to seems not working anymore correctly, as animation will be triggered multiple times.
Wonder if anyone played with it already? @mattgperry did you tried it?
Beta Was this translation helpful? Give feedback.
All reactions