5.0.3 • Published 8 months ago

@xstate/react v5.0.3

Weekly downloads
103,832
License
MIT
Repository
github
Last release
8 months ago

@xstate/react

This package contains utilities for using XState with React.

Quick start

  1. Install xstate and @xstate/react:
npm i xstate @xstate/react
  1. Import the useMachine hook:
import { useMachine } from '@xstate/react';
import { createMachine } from 'xstate';

const toggleMachine = createMachine({
  id: 'toggle',
  initial: 'inactive',
  states: {
    inactive: {
      on: { TOGGLE: 'active' }
    },
    active: {
      on: { TOGGLE: 'inactive' }
    }
  }
});

export const Toggler = () => {
  const [state, send] = useMachine(toggleMachine);

  return (
    <button onClick={() => send({ type: 'TOGGLE' })}>
      {state.value === 'inactive'
        ? 'Click to activate'
        : 'Active! Click to deactivate'}
    </button>
  );
};
@pubngo-stack/reservation-api-browser@parksunghyun0112/react-spring-bottom-sheet-updated@storz/core@storz/react@flyteorg/console@flyteoss/consolestorybook-performance-addon@hi4s/richie-educationn1k1tk-react-spring-bottom-sheetimiassist-agent@cutting/react-fetcher@cutting/use-abortds-widget@ekafyi/ekaui@react-native-norah/trotie@anima.org/db-widgt@infinitebrahmanuniverse/nolb-_xs@knapsack/app-ui@everything-registry/sub-chunk-1033web-marketing-starterstorybook-addon-performancestorybook-xstate-wcspider-visionvisualizer-machinesitk-viewer-bootstrap-uiitk-viewer-material-uijas-react-spring-bottom-sheetlattice-fabricatekyb-apphypaas-lowcode-plugin-datasource-paneguiw5-bottom-sheetintercosmhydrogen-react-devlingo3d-demomansalowcode-plugin-datasource-pane-ccslowcode-plugin-datasource-pane-ccs2luu-tru-van-ban@wen620/ohif-extension-measurement-tracking@webapper/amplify-ui-react@ttoss/auth@twilio-labs/plugin-signal2020@twilio-labs/plugin-signal2021@twilio-labs/plugin-signal2022@therjfelix/userfront-react@tpr/core@tpr/layout@villagekit/product@villagekit/parameters@userfront/toolkit@unveiler.io/react-native-client@useoptic/ui@useoptic/ui-v2@useoptic/openapi-diff@xstate-wizards/wizards-of-react@xstate/viz@xyfinance/widget@zoomit/react-mobile-sheet@yumaokao/arxiv-pdfs@yuntu/light-react@test-changesets/react@zhubangyun/lowcode-plugin-datasource-paneajr-componentsayush987goyal-amplify-ui-react-livenessattioaridhia-pipeline-uiasync-data-hooksbackstage-client@pandolink/utils@ohif/extension-measurement-tracking@nwachu/fileverse-sync@nwachu/sync@nordnet/ui@norceio/core@nipe-solutions/react-spring-bottom-sheet@ombori/grid-conversation-assistant@onerecord/react-ui@onerecord/widgets@oranjbase/icp-wallet-adapter-react@nlarew/docs-feedback-widget@picpico-labs/bifrost-react@portabletext/editor@portabletext/plugin-character-pair-decorator@portholeship/cross-button@peter_prog/services@outsmartly/hydrogen-react@outsmartly/shopify-hydrogen@outsmartly/shopify-hydrogen-react@owdin/live-common@playerone_eth/dev-clientgatsby-theme-gatsbyjs-website@shipula/cli@shopify/storefront-kit-react@shopify/hydrogen-react@statecharts/xstate-viz@statechannels/xstate-wallet@statelyai/sky-react@staccx/bento@sxungchxn/react-payments@tasty0brains/react-spring-bottom-sheet
5.0.3

8 months ago

5.0.2

10 months ago

5.0.1

11 months ago

5.0.0

1 year ago

4.1.3

1 year ago

4.1.2

1 year ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0-beta.11

2 years ago

4.0.0-beta.10

2 years ago

4.0.0-beta.12

2 years ago

4.0.0

2 years ago

4.0.0-beta.8

2 years ago

4.0.0-beta.7

2 years ago

4.0.0-beta.9

2 years ago

4.0.0-beta.6

2 years ago

4.0.0-beta.5

3 years ago

4.0.0-beta.4

3 years ago

4.0.0-alpha.2

3 years ago

3.2.2

3 years ago

4.0.0-beta.3

3 years ago

4.0.0-alpha.1

3 years ago

4.0.0-alpha.0

3 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

1.6.3

4 years ago

1.6.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.4

4 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-rc.7

5 years ago

1.0.0-rc.6

5 years ago

1.0.0-rc.5

5 years ago

1.0.0-rc.4

6 years ago

1.0.0-rc.3

6 years ago

1.0.0-rc.2

6 years ago

1.0.0-rc.1

6 years ago

1.0.0-rc.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago