Posts in Aurelia 1

Aurelia Documentation Finally Arrives

In the continued week that is Aurelia Week, the team have been drip releasing tasty little morsels of Javascript framework goodness. The biggest thing to happen …

Aurelia Beta Released

Yes, this is really happening. Aurelia has officially put out its first beta release dubbed beta 1. Just a little over a week ago the team put out a pre-beta …

Aurelia Pre-Beta Release

The calm before the awesome storm? Rob and the rest of the Aurelia team have put out a pre-beta release which is action packed with a heap of new features, API …

All About The Aurelia Fetch Client

One source of confusion when working with AJAX requests and Aurelia is whether you should use the aurelia-http-client or aurelia-fetch-client both achieve …

Aurelia ViewModel Lifecycle Methods

As much as I love working with Aurelia, the documentation can be confusing for newcomers to the framework (forgivable considering it is so new and evolving). …

Aurelia Dynamic Composition

One of my favourites parts of Aurelia is the compose element which allows you to dynamically render UI into the DOM. It is especially handy in situations where …

Working With The Repeater In Aurelia

There comes a time in most applications where you will want to loop through an array of data on the front-end. In Aurelia we have the repeat.for attribute which …

Understanding Aurelia Router Events

Unknown to some is the Aurelia router supports events. Using the Event Aggregator dependency in Aurelia, we can actually listen to various events fired via the …