docs
docs copied to clipboard
Stately docs for Stately Studio and XState
Thank you for the great docs so far - but a crucial part is missing: testing! Please provide best practices and a minimal example so we can use xState to...
### Description It's difficult to find how to type a statemachine because theres only a small line about it in the [react recipe](https://xstate.js.org/docs/recipes/react.html#global-state-react-context) > For Typescript, you can create the...
This adds and configures TypeDoc for API Doc publishing using [https://github.com/milesj/docusaurus-plugin-typedoc-api](https://github.com/milesj/docusaurus-plugin-typedoc-api). To run, make sure the `xstate` submodule is updated and built: ``` git co typedoc git submodule init git...
## Summary Provide API documentation for https://stately.ai generated from analysis of the source code and inline comments of XState packages. **For users:** - Browse XState API docs for the latest...
### Description Looking at the docs of [MachineOptions](https://xstate.js.org/docs/packages/xstate-fsm/#machine-options) and it mentions only `actions`. But from the [Configuring services](https://xstate.js.org/docs/guides/communication.html#configuring-services) part of the guides ```js const userMachine = createMachine( { // ......
**Description** https://xstate.js.org/docs/guides/history.html#history-state-configuration 1. First of all, it would be nice if there could be some kind of comparative example between `shallow` and `deep` types. 2. Also, some kind of fan...