5.0.0 • Published 11 days ago

@xstate/react v5.0.0

Weekly downloads
103,832
License
MIT
Repository
github
Last release
11 days 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-startersanity-plugin-instagramsanity-plugin-external-damsanity-plugin-external-filessanity-plugin-dashboard-widget-vercelsecsync-react-automergesecsync-react-yjsretool-react-spring-bottom-sheetreact-window-splitterstorybook-addon-performancestorybook-xstate-wcspider-visionvisualizer-machines@wechange/frontend-core@yuntu/knowledge-graph-reacttrido95-xstate-newbaotri-xstatelingo3d-demolattice-fabricateitk-viewer-material-uiitk-viewer-bootstrap-uihydrogen-react-devintercosmlowcode-plugin-datasource-pane-ccslowcode-plugin-datasource-pane-ccs2guiw5-bottom-sheetjas-react-spring-bottom-sheetnebinear-paymentsluu-tru-van-banmansapii-state-machinepolyglot-po-cliobiiproductive-authproductive-feednextstep-payments-gn0leereact-enablereact-pin-hookreact-spring-bottom-sheetreact-spring-bottom-sheet-container-refreact-spring-bottom-sheet-fixedreact-spring-bottom-sheet-minimumreact-spring-bottom-sheet-modifiedreact-spring-bottom-sheet-no-resize-animreact-spring-bottom-sheet-temp2react-spring-bottom-sheet-updatedmyfirstpackage-paymentsreact-native-rook-logger-react-nativereact-inline-edit-asyncreact-konva-network-graphreact-native-awesome-av-playerreact-router-animation-switchreact-use-authreact-tree-managerreflamereflame-cliriects-app-cliui-react-liveness-revpaytidus-uitrido95-xstatetrido95-xstate-reacttina-graphql-gateway@amerej/connect2ic-react@amerej/react@antimatterhq/onboarding@anchor-indexer/c7t@atrilabs/canvas-runtime@atrilabs/component-style-layer@admin-layout/demo-chakra-browser@airsoko/react@alilc/lowcode-plugin-datasource-pane@ballerine/workflows-dashboard@aws-amplify/ui-react@aws-amplify/ui-react-auth@aws-amplify/ui-react-liveness@aws-amplify/ui-react-core@aws-amplify/ui-react-core-auth@beecomm/rsbs@baotri95.dev/machine
5.0.0

11 days ago

4.1.3

2 months ago

4.1.2

3 months ago

4.1.1

7 months ago

4.1.0

9 months ago

4.0.3

10 months ago

4.0.2

11 months ago

4.0.1

12 months ago

4.0.0-beta.11

1 year ago

4.0.0-beta.10

1 year ago

4.0.0-beta.12

12 months ago

4.0.0

12 months ago

4.0.0-beta.8

1 year ago

4.0.0-beta.7

1 year ago

4.0.0-beta.9

1 year ago

4.0.0-beta.6

1 year ago

4.0.0-beta.5

2 years ago

4.0.0-beta.4

2 years ago

4.0.0-alpha.2

2 years ago

3.2.2

2 years ago

4.0.0-beta.3

2 years ago

4.0.0-alpha.1

2 years ago

4.0.0-alpha.0

2 years ago

3.2.1

2 years ago

3.2.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

3 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

1.6.3

3 years ago

1.6.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc.7

4 years ago

1.0.0-rc.6

4 years ago

1.0.0-rc.5

4 years ago

1.0.0-rc.4

5 years ago

1.0.0-rc.3

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago

1.0.0-rc.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago