Add react-flip-move example to Resources

This commit is contained in:
Mike Thompson 2016-12-22 22:13:24 +11:00
parent d33fef2745
commit 3fc3478610
1 changed files with 3 additions and 1 deletions

View File

@ -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.