Skip to content

Instantly share code, notes, and snippets.

@loganlinn
Last active August 29, 2015 14:01
Show Gist options
  • Save loganlinn/edd1f79bd94e4c80d1e1 to your computer and use it in GitHub Desktop.
Save loganlinn/edd1f79bd94e4c80d1e1 to your computer and use it in GitHub Desktop.
defcomponent ideas
(defmixin async-widget
(will-mount [] ...))
(defcomponent widget [data owner]
(:mixins [async-widget])
(render [_] ... ))
;; constructor calls om/build
(->widget widget-data)
(->widget widget-data widget-opts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment