Hey how do i tell a ui component to render its children?
I tried
(get (om/props this) :children)
It does seem like children compine ts are additional args
@liminal18 (om/children this)
Thanks!
Is there a full api for defui and stuff like that somewhere. I keep finding getting started.
Or is there a way to generate a man from om?
I am assuming the functions are documented in source
@liminal18 there is a list of functions here: https://github.com/omcljs/om/wiki/Documentation-%28om.next%29
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