Decorators are currently a stage 2 proposal in Javascript and they allow you to decorate classes, class properties and methods. If you have …
Aurelia 1
Announcing My New Book: Mastering Aurelia Store
I have been working with Aurelia Store these past few months and at one point, I decided that it would be a great idea to write a book on …
How To Build Complex, Large-scale Aurelia Apps With Aurelia Store
If you're new to state management or you're familiar with it and not using Aurelia Store already (you should), today we are going to be …
Aurelia Tips & Tricks
If you are new to Aurelia or perhaps already building something with it, here are some tips and tricks I have learned over the last two …
Why I Prefer Aurelia Over Angular, React & Vue
Let's acknowledge the elephant in the room, if you're a reader of my blog then you would know that I am a huge Aurelia fan and user. I've …
Aurelia Firebase Server-side Rendering Skeleton Template
As many of you know, I love working with Aurelia and I love working with Firebase. I have been combining both of these together to create …
Aurelia CLI Is Now Webpack First
One of my favourite Aurelia changes isn't a new feature, nor is it a long-awaited bug fix or new tool: it's the fact the CLI now supports …
Aurelia: CLI versus Skeletons
I have been asked this question a few times and it can be hard to see things from the perspective of a newcomer to Aurelia, given how long I …
Working With Linked Node Modules & Webpack In Aurelia
When you are building an Aurelia plugin and you want to test it, you will want to use npm link or yarn link to create a local symbolic link …