The Aurelia 2 Task Queue is a robust scheduler designed to address various challenges associated with timing issues, memory leaks, race …
Aurelia 2
Getting To Know Lambda Expressions in Aurelia 2
In Aurelia 2, lambda expressions bring a breath of fresh air to templating by enabling developers to write concise and expressive code …
Harnessing the Power of Effect-Based Observation in Aurelia 2
In modern web development, managing reactivity—how parts of an application respond to changes in data—is paramount. Aurelia 2, a robust …
Working with enhance in Aurelia 2: A Comprehensive Guide
Aurelia 2, a modern front-end JavaScript framework, introduces a powerful feature called enhance that allows developers to breathe life into …
Extending Aurelia 2’s Attribute Mapper for Custom Web Components
Custom web components have revolutionised web development by enabling encapsulation, reusability, and dynamic functionality. Combined with …
Become An Unstoppable Templating Wizard With Aurelia 2’s Template Compiler
Aurelia 2, the latest incarnation of the Aurelia framework, is packed with improvements and new features. Among these, the revamped template …
Unleashing the Power of the @watch Decorator in Aurelia 2
In Aurelia 2 the @watch decorator allows you to react effectively to data changes in your application, from simple properties to complex …
Working with au-slot in Aurelia 2: Creating a Repeater with Replaceable Components
Aurelia 2 has some awesome templating features that make creating dynamic and replaceable components a breeze. One of these features is the …
How to Access the Controller and Viewmodel of an Aurelia 2 Component
In Aurelia 1, you could access the controller of an Aurelia component by accessing au.controller of an element. In Aurelia 2, there is a …