We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721f25c commit 8ac1f85Copy full SHA for 8ac1f85
README.md
@@ -14,7 +14,7 @@ const [state, send] = useStateMachine(/* Context */)(/* Configuration */);
14
- Guarded transitions
15
- Extended State (Context)
16
- Heavy focus on type inference (auto completion for both TypeScript & JavaScript users)
17
-- Idiomatic react patterns (Since it's built on top of React, might as well...)
+- Idiomatic react patterns (Since it's built on top of React's useReducer & useEffect, might as well...)
18
19
## Instalation
20
0 commit comments