@stateflowx/runtime 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,6 +121,11 @@ Structured Response
|
|
|
121
121
|
|
|
122
122
|
---
|
|
123
123
|
|
|
124
|
+
## Related Demos
|
|
125
|
+
|
|
126
|
+
- React Client Demo:
|
|
127
|
+
<https://github.com/bws9000/react-stateflowx-demo>
|
|
128
|
+
|
|
124
129
|
## Current Status
|
|
125
130
|
|
|
126
131
|
StateFlowX Runtime is currently experimental and under active development.
|
package/package.json
CHANGED