One of my favourite additions to Aurelia 2 is proper support for Shadow DOM and with it, the ability to encapsulate my styles on a …
Aurelia 2
Working with configuration based routes in Aurelia 2
In Aurelia 2, despite the framework itself being completely overhauled and rewritten, many aspects of the framework remain the same familiar …
Creating your first Aurelia 2 application
At the time of writing this, Aurelia 2 is almost about to have its alpha release. Even so, if you're reading this in the future and I have …
Globally Configuring The Aurelia Fetch Client In Aurelia 2
If you're like me, in Aurelia 1 you configured the Fetch client with some defaults, usually inside of your main bootstrap code …
Aurelia 2 Lifecycles Explained In As Few Words As Possible
With Aurelia 2, everything has been reimagined from the ground up. While the syntax and way you build applications is largely the same as …
Announcing The Aurelia 2 Book
Buy the Aurelia 2 book here. With the Aurelia 2 alpha coming very shortly, I have had plans for a while to write another Aurelia book, …
Crash Course: The Bindable Element In Aurelia 2
In Aurelia 2, a new element called bindable has been introduced which is leveraged in HTML only custom elements. If you want a HTML only …
Creating HTML Only Custom Elements In Aurelia 2
If you are already familiar with Aurelia and have worked with Aurelia 1, then HTML custom elements are not a new concept to you. If you're …
Building A Weather Application With Aurelia 2
While Aurelia 2 is still not quite ready for release, you can use it right now as the basic core pieces are functional. I thought it would …