We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebb208 commit 6c52993Copy full SHA for 6c52993
1 file changed
readme.md
@@ -114,10 +114,21 @@ loader.resolved.then(([response]) => {
114
});
115
```
116
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
127
----
128
129
Further reading / inspiration:
130
- [XState](https://xstate.js.org/)
131
- [Robot](https://thisrobot.life/)
132
- [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)
134
- [PingPong in P](https://github.com/p-org/P/wiki/PingPong-program)
0 commit comments