Aurelia supports the element provided via the HTML Web Components specification, which allows you to define placeholders in your HTML that can be replaced.
A …
Posts in Aurelia 1
Recently in an Aurelia project, I was working with nested repeaters (3 levels deep). The problem was I needed to get the $index from the top level repeater (so, …
In your Aurelia applications, you might have two or more roots defining different entry points into your application. I personally create a public facing root …
sing both Aurelia and firebase together is exceptionally convenient for my workflow. When it comes to authentication, I have certain routes I want to protect. …
If you’re using the latest and greatest Webpack plugin for Aurelia, there is a possibility if you use the element to dynamically render UI you will run …
The flexibility of Aurelia means there are many ways to achieve a task. The default convention of view/view-model will meet your needs a lot of the time, but …
A few people have actually asked me this question, so I thought a helpful blog post for reference would finally answer the question: What’s the difference …
As many of you know, I have been working on an in-progress book on Aurelia titled Aurelia For Real World Applications for quite a while now.
Good news! the book …
In this article we won’t be detailing how to setup a new Webpack application, but how you can leverage code splitting to reduce the size of your …
When it comes to frameworks and libraries, developers have never had so much choice. So understandably, it can be hard to convince a developer one option is …