ComponentJS is a stand-alone library for JavaScript, providing a run-time component system for hierarchically structuring the user interface (UI) dialogs of complex HTML5-based rich clients (aka single-page-apps) under maximum applied Separation of Concerns (SoC) architecture principle, through optional Model, View and Controller component roles, with sophisticated hierarchical Event, Service, Hook, Model, Socket and Property mechanisms, and fully independent and agnostic of the particular UI widget toolkit.
| Tags | component system HTML5 Rich Internet Applications JavaScript library |
|---|---|
| Licenses | MPL |
Recent releases


Release Notes: This release improves the Debugger plugin again: the components in the component tree view are now clickable. Once clicked, details about the component are displayed in the new infobox view which overlays the console view. The component tree view now provides zoom and scroll functionality to allow you to display large component trees in a reasonable way.


Release Notes: An improved Debugger plugin: the status bar is now finally grabbable, to allow you to more precisely control the size of the component tree visual display. The "origin" functionality was removed from the API, as it is already provided by the Event targets.


Release Notes: The object validation mechanism (used by the param() and model() methods) has been replaced with a full-blown DSL-based implementation, and the top-level validate() function exposed for consumption by application developers, too.


Release Notes: The plugin mechanism has been fixed. There is more strict model checking. Method overrides have been fixed. This release auto-detects jQuery objects in component.plugin.jquery.js.


Release Notes: This release introduces plugins which can extend the ComponentJS core, refactors the debugger into its own plugin, and fixes "link" and "socket" functionality.