Skip to content

Commit

Permalink
Added table in README.md (#4354)
Browse files Browse the repository at this point in the history
  • Loading branch information
HimajPatil authored Oct 26, 2023
1 parent ea0ce0d commit d4c3653
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,17 @@ It uses event-driven programming, state machines, statecharts, and the actor mod

## Packages

- 🤖 `xstate` - Core finite state machine and statecharts library + interpreter
- [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/next/packages/xstate-graph) - Graph traversal utilities for XState
- [⚛️ `@xstate/react`](https://github.com/statelyai/xstate/tree/next/packages/xstate-react) - React hooks and utilities for using XState in React applications
- [💚 `@xstate/vue`](https://github.com/statelyai/xstate/tree/next/packages/xstate-vue) - Vue composition functions and utilities for using XState in Vue applications
- [🎷 `@xstate/svelte`](https://github.com/statelyai/xstate/tree/next/packages/xstate-svelte) - Svelte utilities for using XState in Svelte applications
- [🥏 `@xstate/solid`](https://github.com/statelyai/xstate/tree/next/packages/xstate-solid) - Solid hooks and utilities for using XState in Solid applications
- [`@xstate/test`](https://github.com/statelyai/xstate/tree/next/packages/xstate-test) - Model-Based-Testing utilities (using XState) for testing any software
- [🔍 `@xstate/inspect`](https://github.com/statelyai/xstate/tree/next/packages/xstate-inspect) - Inspection utilities for XState
| Package | Description |
|-------------------------------------------|------------------------------------------------------------|
| 🤖 `xstate` | Core finite state machine and statecharts library + interpreter |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/next/packages/xstate-graph) | Graph traversal utilities for XState |
| [⚛️ `@xstate/react`](https://github.com/statelyai/xstate/tree/next/packages/xstate-react) | React hooks and utilities for using XState in React applications |
| [💚 `@xstate/vue`](https://github.com/statelyai/xstate/tree/next/packages/xstate-vue) | Vue composition functions and utilities for using XState in Vue applications |
| [🎷 `@xstate/svelte`](https://github.com/statelyai/xstate/tree/next/packages/xstate-svelte) | Svelte utilities for using XState in Svelte applications |
| [🥏 `@xstate/solid`](https://github.com/statelyai/xstate/tree/next/packages/xstate-solid) | Solid hooks and utilities for using XState in Solid applications |
| [`@xstate/test`](https://github.com/statelyai/xstate/tree/next/packages/xstate-test) | Model-Based-Testing utilities (using XState) for testing any software |
| [🔍 `@xstate/inspect`](https://github.com/statelyai/xstate/tree/next/packages/xstate-inspect) | Inspection utilities for XState |


## Templates

Expand Down

0 comments on commit d4c3653

Please sign in to comment.