Skip to content

Reactive LTK

Compare
Choose a tag to compare
@laffra laffra released this 22 Nov 20:57
· 35 commits to main since this release

This release contains many changes to catch up with PyScript updates since the last release. Now compatible with PyScript 2024.10.2.

A significant enhancement to LTK is the support for reactive programming offered in this release. Using ltk.Model, an ltk.Widget can now be connected to a model that updates automatically when the widget changes value. Similarly, when the model changes, the UI is also updated automatically. For an example, check out The Kitchensink.

Reactive LTK is currently supported on Text, Label, Input, Select, Slider, Checkbox, and Switch.