Awesome
Elemento
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.log
using categories, log levels, and a predefined log format. - Ready to be used with GWT and J2CL
- Minimal dependencies
- Elemental2 (
elemental2-core
,elemental2-dom
andelemental2-webstorage
) - GWT (
org.gwtproject.event:gwt-event
andorg.gwtproject.safehtml:gwt-safehtml
)
- Elemental2 (
Get Help
If you need help feel free to contact us at Gitter, browse the API documentation or file an issue.
Contributing
If you want to contribute to Elemento, please follow the steps in contribution.