Fork me on GitHub
#om
<
2017-04-03
>
wilkerlucio18:04:06

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

sova-soars-the-sora19:04:12

Cool! I myself am wondering how to do nested comments...

sova-soars-the-sora19:04:26

anybody have any experience with nested queries?

gardnervickers21:04:00

@sova Recursive query is pretty useful for nesting things like comments: {[:comment/by-id] [:comment/id :comment/user :comment/text {:comment/reply '…}]}

anmonteiro21:04:08

@gardnervickers hrm should be instead of […]

anmonteiro21:04:21

have you been using what you wrote there?

anmonteiro21:04:31

interesting if it works

gardnervickers21:04:55

Nope, I’m mistaken, thanks for catching that!

adambrosio21:04:08

@gardnervickers you can edit your comment?