Is there a documentation somewhere (maybe in the community?) about how to make a recursive query using om-next?
My goal would be to display a data structure like directory tree/files.
.. a documentation -OR- a working example, that would be good enough.
@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.
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?
In any case, I will read the links you gave me. Thank you again.