Skip to content

Commit d8495d6

Browse files
committed
Update readme
1 parent fcec607 commit d8495d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ in business terms — exposing properties like `orderValid` or `documentDirty`
217217
UI state as the responsibility of the `View`. Both approaches are valid, but they imply different distributions of
218218
responsibility between the `View` and the `ViewModel`.
219219

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+
220223
`Model` — represents the application’s data and business logic. As in other patterns, the `Model` is completely
221224
independent of the UI and does not reference either the `View` or the `Presenter`.
222225

0 commit comments

Comments
 (0)