I have been working with Aurelia for a year now and loving it. I also discovered Wallaby earlier this year and love that as well. I got it to work when I was …
Posts in Aurelia 1
This is a fun little plugin I wrote not long ago for being able to specify routes in JSON files and then load them into your Aurelia application.
In my use-case …
Well here goes nothin’. I am publishing a book on LeanPub on working with Aurelia. Initially I was working with a publisher to write a book on Aurelia, …
I have been working with Aurelia and Node for a while now and recently I took the time to properly create an Aurelia Node.js starter skeleton and put it up on …
When inside of an Aurelia ViewModel there are situations where you might want to know what the current route is within a ViewModel.
One such scenario I …
Update: December 12th, 2016
A lot has changed since this article was published. The bundling situation is a lot better and things have changed. While some of …
At the time of writing this, the preferred approach to client side dependencies and loading is Jspm which is one part package manager and one part SystemJS …
When it comes to the browser, queues are very important. The concept of a macrotask and microtask exist within the browser which allows standard tasks and micro …
A little less publicised aspect of Aurelia is the UI Virtualisation plugin. For those accustomed to ReactJS’s speed of rendering large amounts of items in …
When it comes to using a plain old event listener in your Aurelia applications, if you are not aware of how classes work and how things get transpiled, then you …