This commit is contained in:
Juho Teperi 2020-03-28 14:07:59 +02:00
parent c54d6891cf
commit 2e464e48ff
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Reagent syntax follows [React Fragment short syntax](https://reactjs.org/docs/fr
container) container)
``` ```
[Context example project](../examples/react-sortable-hoc/src/example/core.cljs) [Context example project](../examples/react-context/src/example/core.cljs)
better explains how better explains how
`:>` or `adapt-react-class` convert the properties to JS objects, `:>` or `adapt-react-class` convert the properties to JS objects,
and shows how to use Cljs values with context. and shows how to use Cljs values with context.