Update README

This commit is contained in:
Matthew Cardarelli 2024-08-07 08:53:18 -07:00
parent 30d6d1dddd
commit 467455c49a

View File

@ -1,3 +1,7 @@
# demos-react-animated-list # demos-react-animated-list
Demonstration of a solution for animating a re-ordered React list. Demonstration of a solution for animating a re-ordered React list using refs, local state, and a layout effect.
The source code here complements [this blog post](https://matthewcardarelli.com/blog/dev-tricks/2024/08/07/react-animated-list.html). It is for educational purposes, and should not be incorporated into other programs without robust testing.
All files in this repository are distributed under the MIT License.