Skip to content

Commit 34b0fd8

Browse files
committed
Add further reading links
1 parent a219ce2 commit 34b0fd8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ loader.resolved.then(([response]) => {
5959
// const [response] = await loader.resolved;
6060
// loader.value; // "success"
6161
```
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

Comments
 (0)