Last active
March 10, 2023 07:24
-
-
Save audionerd/2f94a782cda08b08866e0c93ddfca027 to your computer and use it in GitHub Desktop.
using @xstate/react v2.0.1 in a deno fresh app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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