Demonstration of a solution for animating a re-ordered React list.
Go to file
2024-08-07 08:53:18 -07:00
public Get a hello world set up 2024-08-06 16:26:30 -07:00
src Fix semantic HTML for better embedding 2024-08-06 19:19:52 -07:00
.gitignore Add build script 2024-08-06 17:20:04 -07:00
.tool-versions Add demo dependencies 2024-08-06 15:54:53 -07:00
LICENSE Initial commit 2024-08-06 14:04:28 -07:00
package-lock.json Get a hello world set up 2024-08-06 16:26:30 -07:00
package.json Fix issue with item name generation 2024-08-06 17:49:02 -07:00
README.md Update README 2024-08-07 08:53:18 -07:00
tsconfig.json Fix issue with item name generation 2024-08-06 17:49:02 -07:00

demos-react-animated-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. 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.