What is Glimmer?
mainGlimmer is a low-level, high-performance rendering pipeline designed to build a "live" DOM from a superset of the Handlebars templating language. It is optimized for cheap updates when underlying data changes.
Key features include:
- Handlebars Support: Includes standard features like helpers.
- Components: Built-in support for a powerful component primitive.
- Low-level Hooks: Provides hooks that host environments can use to implement higher-level user-facing features.