Using It
This page will guide you through an example, highlighting the unique aspects of Itergia Core.
An Example
The example is a To-Do list web app that uses the VueJS web framework. It would look similar in React and other reactive UI frameworks.
There are three components:
- the list selector,
- the list view, and
- the app that ties them together.
We also define a data store, used by the components.
You can find the full source code of this example at github.com/itergia/examples.
The end result is shown here.