We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a219ce2 commit 34b0fd8Copy full SHA for 34b0fd8
1 file changed
readme.md
@@ -59,3 +59,11 @@ loader.resolved.then(([response]) => {
59
// const [response] = await loader.resolved;
60
// loader.value; // "success"
61
```
62
+
63
+----
64
65
+Further reading / inspiration:
66
+- [XState](https://xstate.js.org/)
67
+- [Robot](https://thisrobot.life/)
68
+- [Welcome to the world of Statecharts](https://statecharts.github.io/)
69
+- [PingPong in P](https://github.com/p-org/P/wiki/PingPong-program)
0 commit comments