fulcro

tony.kay 2024-11-26T00:52:05.710769Z

There’s a pre-release of JUST the Electron version of Fulcro Inspect here: https://github.com/fulcrologic/fulcro-inspect/releases/tag/electron-4.0.1-alpha1 It has a new statecharts tab that lets you see your live Fulcro statecharts (not UISM). More coming but interested in some testing and feedback. I ported the internals from F2 to Fulcro 3, so there may be new bugs. I’m still working the kinks out of the new version for Chrome. See OOPS below

7
tony.kay 2024-11-26T02:31:02.862229Z

OK, I think the chrome one might be working fairly well now as well. It needs more testing, but here’s a release for people to try: https://github.com/fulcrologic/fulcro-inspect/releases/tag/v4.0.0-alpha1 The instructions are on that page. I have NOT tested the Network tab yet. My sample app has all been about statecharts 😛 See OOPS below

tony.kay 2024-11-26T02:38:06.390239Z

OOPS: About the above. You HAVE to use FUlcro 3.7.11-SNAPSHOT on your application, or the new Inspect will probably not work. I had to patch the inspect client code that preloads a little bit

Eric Dvorsak 2024-11-29T21:25:50.950519Z

I will test this weekend and let you know!

🎉 1