Create HTML, handle events, and bind data the fritz2 way.
Data binding of elements in deep nested models and lists is easy as pie in fritz2. See how to do so using lenses.
Include reusable validation in your stores and show the results - at your form elements for example.
Create routing through your single-page-app and handle parameters (deep links).
Wraps the browser's api to asynchronously communicate with your backend in a more Kotlin-like way.
Use the master detail pattern to separate the details section from the collection view. Includes undo and spinner.
Build WebComponents with fritz2 or use WebComponents provided by others in your projects.
Our implementation of the TodoMVC specification. Compare fritz2 with react, vue.js, etc.
Demonstrates the combination of UI, logic, and state with fritz2.