om

Please ask the channel first, not @dnolen directly!
2018-01-15T01:29:41.000050Z

Is there a documentation somewhere (maybe in the community?) about how to make a recursive query using om-next?

2018-01-15T01:30:45.000133Z

My goal would be to display a data structure like directory tree/files.

2018-01-15T01:33:06.000225Z

.. a documentation -OR- a working example, that would be good enough.

claudiu 2018-01-15T08:12:38.000212Z

@vincent.cantin http://book.fulcrologic.com/#_recursive_queries check out this chapter, for fulcro. Tony also wrote up a nice tutorial for om-next before writing fulcro https://awkay.github.io/om-tutorial/#!/om_tutorial.E_State_Reads_and_Parsing if you want to go with vanilla om-next.

2018-01-15T08:22:10.000196Z

Thank you. As I originally started to learn om next, I am still hoping to finish learning it before jumping to another one and having to climb the documentation mountain again. But I am currently doubting if I should insist on om next : I just arrived in the Clojure ecosystem and it is hard to me to distinguish the right path to follow. The community in Slack for om is large but mainly quiet - as quiet as a tree which falls in a forest and nobody hears it. On the other side, fulcro's community is small but active. So I am wondering if I didn't miss an important information somewhere .. did om died? did I miss the 'I give up' notice from its creator?

2018-01-15T09:25:48.000139Z

In any case, I will read the links you gave me. Thank you again.