Skip to content

Instantly share code, notes, and snippets.

@audionerd
Last active March 10, 2023 07:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
using @xstate/react v2.0.1 in a deno fresh app
{
"react": "https://esm.sh/@preact/compat",
"use-isomorphic-layout-effect": "https://esm.sh/*use-isomorphic-layout-effect?alias=react:preact/compat&deps=react",
"use-sync-external-store/": "https://esm.sh/*use-sync-external-store/",
"use-subscription": "https://esm.sh/*use-subscription?alias=react:preact/compat&deps=react",
"xstate": "https://esm.sh/*xstate@4.37.0?alias=react:preact/compat&deps=react",
"@xstate/react": "https://esm.sh/*@xstate/react@2.0.1?alias=react:preact/compat&deps=react"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment