ckirkendall / kioo

Enlive/Enfocus style templating for Facebook's React and Om in ClojureScript.
Eclipse Public License 1.0
403 stars 39 forks source link

update om example code #13

Closed yayitswei closed 10 years ago

yayitswei commented 10 years ago

I'd help out but I can't figure out how to get kioo to work with the newest Om (0.5.0, and the example code is at 0.1.5). There are several breaking changes, for example, om/component no longer exists.

swannodette commented 10 years ago

The om.core/component macro still exists.

ckirkendall commented 10 years ago

I will make sure the example uses the latest Om. The unit tests for kioo are currently running against 0.5.0 so I doubt we will see significant issues.

ckirkendall commented 10 years ago

The example code has been updated. Only change needed was to update to the new om/root semantics.