Why should one choose Aurelia framework rather than Angular 2? I am working on an eCommerce project and are considering to use Angular 2 mostly because of its popularity and support. I was also going through Aurelia's AMA and found only disadvantage...
Displaying components independently is considered bad UX (because of content shifting around, things "appearing", which sometimes change the layout upon loading / filling a container). The solution most commonly seems to be to load componen...
I'm making a new app for work. It's supposed to go live in late summer, so I feel confident using ASP.NET 5 and Aurelia. Was originally going to use Angular 2, but the more I see of Aurelia, the more I like it. What I want to get up in a skeleton app...
Hot-reloading is really helpful when working with View-Model's such as Aurelia's. At least not having to reload all the dependencies would be a great start. Having to wait 3-7 seconds for a complex app to load really slows down feedback cycle and th...