om

Please ask the channel first, not @dnolen directly!
2017-12-03T13:45:47.000100Z

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

2017-12-03T13:46:08.000043Z

I tried

2017-12-03T13:46:45.000019Z

(get (om/props this) :children)

2017-12-03T13:47:27.000011Z

It does seem like children compine ts are additional args

wilkerlucio 2017-12-03T14:07:23.000066Z

@liminal18 (om/children this)

2017-12-03T14:22:15.000053Z

Thanks!

2017-12-03T14:22:42.000020Z

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

2017-12-03T14:27:08.000082Z

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

2017-12-03T14:27:22.000009Z

I am assuming the functions are documented in source

wilkerlucio 2017-12-03T14:52:31.000052Z

@liminal18 there is a list of functions here: https://github.com/omcljs/om/wiki/Documentation-%28om.next%29

wilkerlucio 2017-12-03T14:53:18.000062Z

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