Skip to content

Commit afe9a9c

Browse files
committed
Add knowledge on Finite State Machines
1 parent 9b3824f commit afe9a9c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

javascript/miscellaneous.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Different parts of building a JS app
2+
3+
#### Finite State Machines
4+
- [Simplifying Complex UIs with Finite Automata - David Khourshid (JSCONF Iceland)][1]
5+
- [Simplify state with FSM - Alberta Williams][2]
6+
- [Using React and XState to build a sign in form - CSSTricks][3]
7+
8+
9+
[1]: https://www.youtube.com/watch?v=RqTxtOXcv8Y
10+
[2]: https://x-team.com/blog/finite-state-machines-with-react/
11+
[3]: https://css-tricks.com/using-react-and-xstate-to-build-a-sign-in-form/

0 commit comments

Comments
 (0)