fulcro 2026-05-27

I’ve made Fulcro (mostly, where it makes sense) load in babashka. My target is TUI interfaces written in Fulcro, so that I can develop TUI apps with statecharts and Fulcro. To that end I’ve also created the fulcro-tui project, which I’ve done an alpha release on yesterday, but will be pushing a more API-stable version of later today,

👍 2
❤️ 8

already very usable…doing API clean-up, and some performance optimizations

This is awesome. Thank you.

👍 1

Release coming in a few mins of API stable

🎉 1

RC2 released. Even includes a partly-complete full-stack Fulcro RAD TUI demo. Mostly as a proof that the majority of the ecosystem can work in bb…

So far I’ve got it working with: • RAD • Statecharts • fulcro-rad-statecharts • Statechart routing integration • Fulcro Inspect Electron (has to run in JVM, but that’s ok for debug mode anyway) • Full-stack (/api with transit)

RC3 released. Performance improvements. MOST of the fulcro-rad demo ported and running in the TUI via statecharts (routing and fulcro-rad-statecharts)