Update InteropWithReact.md

This commit is contained in:
Juho Teperi 2018-10-19 13:13:52 +03:00 committed by GitHub
parent 6ea9d0400e
commit 1ea3f3f63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -166,3 +166,8 @@ Similarly,
`($! o :foo 1)` is equivalent to `(set! (.-foo o) 1)` `($! 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. 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)