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.
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?
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
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.