Add further notes to docs on Stateful JS Components

This commit is contained in:
Mike Thompson 2017-11-08 10:42:40 +11:00
parent f3582bdb0c
commit 0db8a31c3c

View File

@ -89,6 +89,14 @@ D3 (from @zachcp):
A different take on using D3:
https://gadfly361.github.io/gadfly-blog/posts-output/2016-10-22-d3-in-reagent/
### JS Interop
You'll probably need to know how to do interop with js:
http://www.spacjer.com/blog/2014/09/12/clojurescript-javascript-interop/
Perhaps use this library to make it even easier:
https://github.com/binaryage/cljs-oops
### Advanced Lifecycle Methods
If you mess around with lifecycle methods, you'll probably want to read Martin's explanations: