Out of curiosity: Have anyone done any experiments with Pathom outside of Fulcro? (I love Fulcro but Iām experimenting a little with re-frame and reagent these days).
I did use Pathom while experimenting on the Vrac library.
we've started using it a bit at work as just any other API endpoint. we fetch data from it using re-frame and put it in a datascript db
That's pretty cool. You use re-posh?
@aleksander990 i use pathom with hiccup to generate SSR pages Also use pathom to implement openapi endpoints
we don't. we just put a datascript db in the re-frame app-db