RFC: simple state machilne-like helper #134
AlexandrHoroshih
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Requesting another API: const next = createEvent();
const $light = createMatrix({
matrix: lightMatrix,
initial: 'green',
clock: next,
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://share.effector.dev/q6bVhnK5 - live example
Creates a store with predefined set of possible states and defines possible transitions between them
Beta Was this translation helpful? Give feedback.
All reactions