Posts in Aurelia 1

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? …

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 …

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 …

Working With Aurelia @observable

Even if you are new to Aurelia, you are probably familiar with the @bindable functionality which allows you to add bindable attributes primarily to your custom …