Binding An Aurelia Form To An Object Model

Whilst working on a cool little Pokemon focused Aurelia app using the Aurelia CLI I encountered a scenario I didn’t immediately know the answer too. I wanted an object which represents my form …

Aurelia Reaches Release Candidate

After over a year of hard work from the community and Aurelia team, the framework I and many others have grown to love has finally hit RC. What does this mean? The framework is maturing. After a …

Aurelia + Jspm 0.17

Even though I have moved onto Webpack sometime ago in Aurelia, lately I have been partly driven by frustration over how buggy things are with Webpack support in Aurelia at the moment, so I decided to …

Using Async/Await In Aurelia

One of the biggest upcoming additions to Javascript (in my opinion) is support for async/await. If you have worked with a language like C# before, then you will immediately know why async/await is …