Skip to content

Commit

Permalink
Update comparison table in @xstate/fsm doc to include a row for wil…
Browse files Browse the repository at this point in the history
…dcard event descriptors (#4060)

* Update README.md

There had been a discussion about the availability of `Wildcard event descriptors in `xstate/fsm`. So, I thought that it be better to make it clear in the `README.md` of `xstate/fsm` on whether the feature is available or not because there is already a table for it.

* Update packages/xstate-fsm/README.md

---------

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
7777chaitanya and Andarist committed Jun 7, 2023
1 parent eeb2a1b commit 754afa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/xstate-fsm/README.md
Expand Up @@ -26,6 +26,7 @@ This package contains a minimal, 1kb implementation of [XState](https://github.c
| Transitions (string target) |||
| Delayed transitions |||
| Eventless transitions |||
| Wildcard event descriptors |||
| Nested states |||
| Parallel states |||
| History states |||
Expand All @@ -49,7 +50,7 @@ This package contains a minimal, 1kb implementation of [XState](https://github.c
- Transition actions
- `state.changed`

If you want to use statechart features such as nested states, parallel states, history states, activities, invoked services, delayed transitions, transient transitions, etc. please use [`XState`](https://github.com/statelyai/xstate).
If you want to use statechart features such as nested states, parallel states, history states, activities, invoked services, delayed transitions, transient transitions, wildcard event descriptors, etc. please use [`XState`](https://github.com/statelyai/xstate).

## Quick start

Expand Down

0 comments on commit 754afa0

Please sign in to comment.