Vanilla JavaScript

Target architecture

As mentioned in the Concepts section, Kingly’s preferred architecture is the following:

kingly-favoured ui architecture

As such, using Kingly in a vanilla-JS implementation involves defining modules for the interfaced systems and command handlers, and interfaces of those modules with Kingly.

Example

You can refer to the provided example of such integration available in the password meter tutorial.