We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3824f commit afe9a9cCopy full SHA for afe9a9c
javascript/miscellaneous.md
@@ -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