hello people, I just published a new article on how to write an intermediate/advanced parser for Om.next, with the stuff I have learned so far in this new world, I hope it can help some of you: https://medium.com/@wilkerlucio/implementing-custom-om-next-parsers-f20ca6db1664
Cool! I myself am wondering how to do nested comments...
anybody have any experience with nested queries?
@sova
Recursive query is pretty useful for nesting things like comments:
{[:comment/by-id] [:comment/id :comment/user :comment/text {:comment/reply 'ā¦}]}
@gardnervickers hrm should be ā¦
instead of [ā¦]
have you been using what you wrote there?
interesting if it works
Nope, Iām mistaken, thanks for catching that!
@gardnervickers you can edit your comment?