From 467455c49ac5563d98b4444bf2f5f31bfa3b4c05 Mon Sep 17 00:00:00 2001 From: Matthew Cardarelli Date: Wed, 7 Aug 2024 08:53:18 -0700 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a55d4d..6832bb4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # demos-react-animated-list -Demonstration of a solution for animating a re-ordered React list. \ No newline at end of file +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.