The main idea is to receive timelapse feature to simplify debugging process. By the default I miss the possibility to hook redux states changes inside the router. In the direct solution (see below) the router may die when we make the timelapsing. App...
Join discussionI've used Aurelia web pack skeleton in a MVC 5 Application. While it builds the bundles in 'dist' folder, I can refer them in my .cshtml file and start up the Aurelia Application. But for my static contents like images it tries to find in root of th...
Join discussionWhy 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...
LLAmit and 1 more commentedDisplaying 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...
ERob commentedI'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...
LBAmit and 1 more commentedHot-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...
ERob commented