Skip to content

Commit 6c52993

Browse files
committed
Add todo, link
1 parent aebb208 commit 6c52993

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,21 @@ loader.resolved.then(([response]) => {
114114
});
115115
```
116116

117+
118+
----
119+
120+
## TODO
121+
122+
- [ ] Parallel states by returning object for initial state
123+
- [ ] More examples!
124+
- [ ] Hook for React
125+
- [ ] Hook for Preact
126+
117127
----
118128

119129
Further reading / inspiration:
120130
- [XState](https://xstate.js.org/)
121131
- [Robot](https://thisrobot.life/)
122132
- [Welcome to the world of Statecharts](https://statecharts.github.io/)
133+
- [Apache Commons guide to SCXML](https://commons.apache.org/proper/commons-scxml/guide/scxml-documents.html)
123134
- [PingPong in P](https://github.com/p-org/P/wiki/PingPong-program)

0 commit comments

Comments
 (0)