From 5a6b4ef7b4846d6b67395c4e30a758d98569cca3 Mon Sep 17 00:00:00 2001 From: Besselfunct <51245782+besselfunct@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:48:48 -0700 Subject: [PATCH] Add bulleted list --- src/architecture.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/architecture.md b/src/architecture.md index 01bba86..394fd50 100644 --- a/src/architecture.md +++ b/src/architecture.md @@ -85,7 +85,12 @@ increment when pressed is very specific. All of this means that, when we are creating a specific user interface, we don't want to focus on implementing every familiar widget and its behavior. Instead, we want to leverage widgets as reusable building blocks—independent of our application and provided by some library—while placing our focus on the application-specific parts of the fundamental -architecture: state, interactions, how the interactions change the state, and how the state dictates the widgets. +architecture: + +- __State__ +- __Interactions__ +- __How the interactions change the state__ +- __How the state dictates the widgets__
The application-specific parts of a GUI @@ -128,4 +133,4 @@ therefore, can be used interchangeably. [The Elm Architecture]: https://guide.elm-lang.org/architecture/ [Elm]: https://elm-lang.org/ -[referential transparency]: https://en.wikipedia.org/wiki/Referential_transparency \ No newline at end of file +[referential transparency]: https://en.wikipedia.org/wiki/Referential_transparency