pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
2020-05-20T01:27:34.062500Z

We're planning on putting pathom into production (server-side) at work soon. Any tips from those who have production experience?

souenzzo 2020-05-20T10:17:42.063900Z

Will be useful be abre to connect pathom-viz with trace support

👍 1
tomjkidd 2020-05-20T03:59:10.063800Z

For an eql query where all the keys refer to clojure specs, is there a handy way to leverage pathom to produce a response using those specs?

souenzzo 2020-05-20T10:18:53.064100Z

There is a pathom.generator or pathom.gen namespace. It still binded with fulcro but you can use "as inspiration"

tomjkidd 2020-05-20T11:24:56.064300Z

Thank you, I’ll take a look 🙂