From ea813af50b964e8d04272c3d8424cc78c0203fb4 Mon Sep 17 00:00:00 2001 From: Arthur Denner Date: Mon, 25 Mar 2019 14:12:15 -0300 Subject: [PATCH] docs: Add use-lax to the README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94da18..babf927 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ To increase performance lax.js indexes the list of elements to animate when the See below for working examples: * [react](https://codepen.io/alexfoxy/pen/PLaKaE) +* [react (using hooks)](https://github.com/arthurdenner/use-lax) * [vue](https://codepen.io/alexfoxy/pen/ZPRZBq) You can also call `lax.removeElement(domElement)` when the component unmounts.