From 3fc34786100bd2bf1a48d00dcd5833aa22fef5e0 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 22 Dec 2016 22:13:24 +1100 Subject: [PATCH] Add react-flip-move example to Resources --- docs/External-Resources.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/External-Resources.md b/docs/External-Resources.md index ff3f02a..bc64df7 100644 --- a/docs/External-Resources.md +++ b/docs/External-Resources.md @@ -22,7 +22,9 @@ Please add to this list by submitting a pull request. * [cookie-fx](https://github.com/SMX-LTD/re-frame-cookie-fx) - set and get cookies * [document-fx](https://github.com/SMX-LTD/re-frame-document-fx) - set and get on `js/document` attributes -### Tools +### Tools And Techniques + +* Animation using `react-flip-move`: http://www.upgradingdave.com/blog/posts/2016-12-17-permutation.html * [re-frisk](https://github.com/flexsurfer/re-frisk) - A library for visualizing re-frame data and events.