You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** - [transitions](https://kstatemachine.github.io/kstatemachine/pages/transitions/transitions.html) are performed by
53
+
***[Event based](https://kstatemachine.github.io/kstatemachine/pages/events.html)** - [transitions](https://kstatemachine.github.io/kstatemachine/pages/transitions/transitions.html) are performed by
55
54
processing
56
55
incoming events
57
56
***[Reactive](https://kstatemachine.github.io/kstatemachine/pages/states/states.html#listen-states)** - listen for
58
57
machine, states,
59
58
[state groups](https://kstatemachine.github.io/kstatemachine/pages/states/states.html#listen-group-of-states) and
***[Well tested](https://github.com/kstatemachine/kstatemachine/tree/master/tests/src/commonTest/kotlin/ru/nsk/kstatemachine)** - all features are covered
107
96
by tests
108
97
109
98
## 📄 Documentation
@@ -262,8 +251,6 @@ GitHub project or using `#kstatemachine` tag.
262
251
263
252
* Make publication about using state machines along with `MVI`
264
253
* Create `Intellij IDEA Plugin` for state machine visualization and edition
265
-
* Add default implementation of Serializable Events using `kotlinx.serialization`
0 commit comments