xstate-catalogue icon indicating copy to clipboard operation
xstate-catalogue copied to clipboard

Professionally designed, interactive state machines

Results 23 xstate-catalogue issues
Sort by recently updated
recently updated
newest added

I have some examples which I want to contribute. They use Actor model to connect multiple machines together. What would be the best way to show this in the catalogue?

Hi @mattpocock, thanks for this project, really cool! 🙌 So amazing to see high quality examples of state machines - great for learners like our bootcamp students at @upleveled. I'm...

Just throwing out an idea that it could be useful to see slight permutations of the same machine adding additional functionality. A simple example would be to permute the “...

After working with the Catalogue quite a bit I encountered some situations where I wanted to reset the state machine. If I am the only one not being satisfied by...

I was thinking about adding a notifications / alert machine. Do you think that would fit in?

Just a quick draft for #28 to discuss ideas and work on this.

Right now the searcher can only be navigated using tab, which feels unexpected for that type of interaction. Most sites with an Alogolia UI or similar support arrow keys. Obviously...

I implemented syntax highlighting for the "whole context" block (c.f. https://github.com/mattpocock/xstate-catalogue/pull/18) and I am wondering if it'd make sense to also implement it for inline context. It could look something...

While working in #13 I stumbled upon a problem with the current `eventPayloads` implementation. The events in this Statechart are parametrized with the respective `index` that is either dragged (`PICK_UP`)...