Aurelia – Build Your Imagination

What is Aurelia?

Aurelia is a Next generation UI framework. Whether you’re building apps for the browser, mobile or desktop, Aurelia can enable you to not only create amazing UI, but do it in a way that is maintainable, testable and extensible.

Bundling Your Imagination with Aurelia

This connection limit will not cause slowness in our application if we can manage resources well enough to avoid it. When the page is first loaded, this is the initial request that returns HTML content. When the browser processes the HTML content, it spawns more requests to load resources like JS, CSS and images. It also executes JavaScript and sends AJAX requests to the server.

To make this process efficient, we need to compress the assets and make fewer (possibly less than 6) requests to load everything we need. Fortunately, static resources can be cached and only downloaded the first time. If they cause slowness, it happens on the first page load only and may be tolerable.

Bundling along with minification are techniques that can also be used to improve load time. Bundling and minification improve load time by reducing the number of requests to the server as well as reducing the size of requested assets such as views, view-models and CSS.

Aurelia Features

Components − Component are building blocks of Aurelia framework. It is composed of HTML view and JavaScript view-model pairs.

Web Standards − This is one of the cleanest modern frameworks, completely focused on web standards without unnecessary abstractions.

Extensible − The framework offers an easy way to integrate with the other needed tools.

Commercial Support − Aurelia offers commercial and enterprise support. It is official product of Durandal Inc.

License − Aurelia is open sourced and licensed under MIT licence.

Leave a Reply

Your email address will not be published. Required fields are marked *