Elemento simplifies working with Elemental2. In a nutshell, Elemento brings the following features to the table:
- Type safe builders, event handlers and CSS selectors
- Helper methods to manipulate the DOM tree
- Simple, non-invasive, slash-based router with support for parameters and asynchronous loaders (
/a/:b/c) - Execute asynchronous tasks in parallel, in sequence, or as long as a certain condition is met.
- Thin logging wrapper around
console.logusing categories, log levels, and a predefined log format. - Support of the Intl JavaScript API
- Ready to be used with GWT and J2CL
- Minimal dependencies
- Elemental2 (
elemental2-core,elemental2-domandelemental2-webstorage) - GWT (
org.gwtproject.event:gwt-eventandorg.gwtproject.safehtml:gwt-safehtml)
- Elemental2 (
If you need help feel free to contact us at Gitter, browse the API documentation or file an issue.
If you want to contribute to Elemento, please follow the steps in contribution.