Infusion 6 Demos
Simple Todo List
Modelled on the Codestrates demo in Examples Gallery This example shows how Infusion 6 allows ordinary JS array/object semantics to immutably update a situated piece of reactive data, somewhat in the style of Vue's ref Reactivity API. It also shows a declarative template syntax for event binding, also inspired by Vue's Event API.
Self-Editing Todo List in SFC style
The same app as before, organised as SFC (Single File Components) style inspired by Vue's very similar SFC format, embedded in a self-editing interface.
Self-Editing View Composition
Demonstrates editing compositions of view components similar to those found in static blog sites.