Svelte's built-in animation helpers are giving me framework envy 
See the `animate: flip` on line 32? That causes neighboring list items to animate into place when one is removed.
Svelte compiles the details for you.
I'd trade Suspense for this. https://svelte.dev/repl/003aeed602754d79a01a066452fb5bd2?version=3.20.1

See the `animate: flip` on line 32? That causes neighboring list items to animate into place when one is removed.
Svelte compiles the details for you.
I'd trade Suspense for this. https://svelte.dev/repl/003aeed602754d79a01a066452fb5bd2?version=3.20.1
Is there *anything* in userland even close to this simple?
Framer appears to be in another world
React-motion requires a computer science PhD
React-transition-group is incredibly awkward in practice.
React-anime appears promising, but ... are there docs? Is it maintained?
Framer appears to be in another world
React-motion requires a computer science PhD
React-transition-group is incredibly awkward in practice.
React-anime appears promising, but ... are there docs? Is it maintained?
Hey @Rich_Harris mind PR'ing something equivalent into React please and thank you!