fulcro

Eric Dvorsak 2025-09-09T10:30:47.666659Z

Is there a way to have statechart events show up in the fulcro inspect tools? it doesn't match perfectly with the events in Transactions but that would help debugging if they were there no?

tony.kay 2025-09-09T16:10:00.144689Z

Of course there is. One trivial way is to make a mutation that sends an event, wrap that in a function that calls transact on it, and call that instead of state charts send event. Now they'll show up as transactions. I of course want to finish building the state charts tab of inspect, and not only could that show the history of events, pending events in the queue, it could also integrate with Dev time resolvers and operate against server State charts. Just only so many hours in a day

tony.kay 2025-09-09T16:10:48.078659Z

Now that I've got the dev tools remote built, it should be way easier for other people to contribute to inspect 😉