This work in progress! There may be inconsistence states between docs, sources and demos.
The idea for dcomponent
came up while reading this blog post @SitePen and so
dcomponent's _StoreMixin
rests on it.
dcomponent
is a dojo package which allows creation of data driven widgets, usually
for automatic form generation. It depends on dojo, dijit and dstore.
npm install dcomponent
The basic functionality is coverd in the Component section.
dcomponent uses Intern as its test runner. A full description of how to test this module can be found here.
dcomponent provides a set of examples. How too run these examples is covered under the Demos section.