From 0db8a31c3c637baebafd68a305b767c0791b36f7 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Wed, 8 Nov 2017 10:42:40 +1100 Subject: [PATCH] Add further notes to docs on Stateful JS Components --- docs/Using-Stateful-JS-Components.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Using-Stateful-JS-Components.md b/docs/Using-Stateful-JS-Components.md index 3bb71ec..dfd0c51 100644 --- a/docs/Using-Stateful-JS-Components.md +++ b/docs/Using-Stateful-JS-Components.md @@ -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: