Fork me on GitHub
#om
<
2017-12-03
>
liminal1813:12:47

Hey how do i tell a ui component to render its children?

liminal1813:12:45

(get (om/props this) :children)

liminal1813:12:27

It does seem like children compine ts are additional args

liminal1814:12:42

Is there a full api for defui and stuff like that somewhere. I keep finding getting started.

liminal1814:12:08

Or is there a way to generate a man from om?

liminal1814:12:22

I am assuming the functions are documented in source

wilkerlucio14:12:18

if you are just starting on this, I recommend you try #fulcro instead, it's like a version of Om.next that's more friendly to create apps, Om.next is very bare bones, you will have to write a lot of code before getting something working on your screen