What is Aurelia?
Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.
Aurelia is a tool in the Javascript MVC Frameworks category of a tech stack.
Aurelia is an open source tool with 11.8K GitHub stars and 623 GitHub forks. Here’s a link to Aurelia's open source repository on GitHub
Who uses Aurelia?
Companies
41 companies reportedly use Aurelia in their tech stacks, including Deloitte, Chegg, and dev.
Developers
223 developers on StackShare have stated that they use Aurelia.
Aurelia Integrations
Pros of Aurelia
47
42
39
31
28
27
25
22
20
16
13
11
9
9
6
6
5
4
4
4
4
1
1
Aurelia's Features
- Two-Way Databinding
- Routing & UI Composition
- Extensible HTML
- MV* with Conventions
- Broad Language Support
- Testable
Aurelia Alternatives & Comparisons
What are some alternatives to Aurelia?
Angular
It is a TypeScript-based open-source web application framework. It is a development platform for building mobile and desktop web applications.
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
AngularJS
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.
Svelte
If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive. Like Svelte, these tools all share a goal of making it easy to build slick interactive user interfaces. Rather than interpreting your application code at run time, your app is converted into ideal JavaScript at build time. That means you don't pay the performance cost of the framework's abstractions, or incur a penalty when your app first loads.
Blazor
Blazor is a .NET web framework that runs in any browser. You author Blazor apps using C#/Razor and HTML.