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

This PR adds the ability for a user to choose to display the website in dark mode by using the toggle that has been placed in the right hand side...

Found a small issue in the catalogue, it looks like the debounce machine the catalogue, has 2 type errors. I'm using typescript 4.3.2. ``` src/machines/debounceMachine.tsx:46:7 - error TS2322: Type 'AssignAction'...

As discussed in the #47 issue, here's the pull request for the Video/Audio controls machine. I still think there's a lot of room for improvement in this machine. I'd love...

I'm creating a finite state machine for handling the audio player component of the new version of [Podhouse](https://podhouse.app/) and I'd like to contribute to this project. [Here's the link for...

The same changes as the Carousel PR but includes the ability to export a factory function as well as a standard state machine object. This is a machine to manage...

Machines should have 'tags' relating to different XState advanced concepts, like 'nested states', 'actor spawning', 'invoked callback', 'guards'. The tags should be shown on the machine's page, as well as...

enhancement