Fork me on GitHub
#fulcro
<
2020-08-26
>
daniel.spaniel19:08:24

Is there a way to run individual cljs tests in a cljs repl ? -> i connect to my shadow js server for my CLJS repl <- Tony you were showing me how to set up the REPL, but I forgot the commands to run after it connects or was that it ?

psdp23:08:39

Does Fulcro ignore all query params with namespace :ui when sending network requests? I don't see it being mentioned in the book.

Tyler Nisonoff23:08:00

its documented in the Full Stack Operation section: http://book.fulcrologic.com/#FullStack "Any :ui/ namespaced query elements are automatically elided when generating a query from the UI to a server, allowing you to easily mix UI concerns with server concerns in your component queries. You can also change the global rewrite logic to elide other local props from remote queries."

🙏 3
dvingo01:08:30

I don't think the elision happens for mutations though 😕