fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
JAtkins 2020-12-20T00:50:30.204300Z

Nice! This is very similar to how I debug. I've noticed that I actually spend less time debugging my fulcro applications than I do with re-frame/re-agent. It's super super nice.

💯 1
tony.kay 2020-12-20T02:24:06.204600Z

Fulcro’s websocket remote has been updated to support client use from CLJ. Most of Fulcro can run in a headless mode in CLJ without React. This makes it possible for you to make a CLJ Fulcro app that can communicate with a Fulcro server. You could use this, for example, to leverage the EQL/transaction processing of Fulcro in any Clojure JVM application. https://github.com/fulcrologic/fulcro-websockets

🔖 1
🎉 7
1
tony.kay 2020-12-20T02:26:14.206100Z

@smith.adriane ^^^ When you get your desktop UI stuff done for Fulcro, we can stand up a Fulcro server and have desktop apps written in CLJ that have pre-written support for server integration 😉

😁 2
tony.kay 2020-12-20T04:52:22.206600Z

oh oh oh…and with RAD we can then have desktop apps that can generate arbitrary forms and reports based on form and report specifications on the server. I don’t have any demos of this yet for RAD, but since RAD forms/reports need nothing more than data to declare them, there’s nothing keeping you from dynamically generating them at runtime from definitions you load into Fulcro state. 😄

🤯 2
🔥 2