fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
cjsauer 2021-04-04T14:55:39.329900Z

I started a clj-kondo Fulcro config PR/https://github.com/clj-kondo/config/pull/12. If there are any kondo users in here I’d love to hear your feedback/ideas. It’s fairly half baked at the moment.

2❤️
Jakub Holý 2021-04-04T20:13:44.335100Z

Wrt the recent article by @seancorfield it would not surprise me if there were such differences in how libraries parse the Url. Not sure what I am seeing. Where is the =, did it become a space?! What does the nil corresponds to?

thosmos 2021-04-04T23:14:41.335300Z

I’m betting it’s a bug in an old version of pedestal I’m using. This is the wrong place to post about it

zhuxun2 2021-04-04T23:24:51.339Z

I was hoping to elide all the ident queries and link queries, just like how Fulcro elides :ui/... query elements by default. I couldn't find where Fulcro does that. The book says that "You can also change the global rewrite logic to elide other local props from remote queries." but I can't locate where the "global rewrite logic" is.