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 fcec607 commit d8495d6Copy full SHA for d8495d6
1 file changed
README.md
@@ -217,6 +217,9 @@ in business terms — exposing properties like `orderValid` or `documentDirty`
217
UI state as the responsibility of the `View`. Both approaches are valid, but they imply different distributions of
218
responsibility between the `View` and the `ViewModel`.
219
220
+To simplify working with the `ViewModel`, you can use the [StateFX](https://github.com/techsenger/statefx)
221
+library, which allows creating JavaFX node states through composition using interfaces.
222
+
223
`Model` — represents the application’s data and business logic. As in other patterns, the `Model` is completely
224
independent of the UI and does not reference either the `View` or the `Presenter`.
225
0 commit comments