From 1ea3f3f63e51b1d34ae4710f48a65e85549da502 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Fri, 19 Oct 2018 13:13:52 +0300 Subject: [PATCH] Update InteropWithReact.md --- doc/InteropWithReact.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/InteropWithReact.md b/doc/InteropWithReact.md index 674400a..fd3e6d0 100644 --- a/doc/InteropWithReact.md +++ b/doc/InteropWithReact.md @@ -166,3 +166,8 @@ Similarly, `($! o :foo 1)` is equivalent to `(set! (.-foo o) 1)` Note, these are not necessary if your JavaScript library has an externs file or if externs inference is on and working. + +## Examples + +- [Material-UI](../examples/material-ui/src/example/core.cljs) +- [React-sortable-hoc](../examples/react-sortable-hoc/src/example/core.cljs)