DEV Community

Discussion on: 4 reasons to use Aurelia

Collapse
 
davidsk profile image
Keith Davidson

"Since there is no vDOM, adding a third party plugin to your application is a dead simple task"

Can you elaborate? What kind of third party plugins are available to Aurelia that aren't available to vDOM implementations?

Collapse
 
bigopon profile image
bigopon • Edited

I think it should be understood that Aurelia communicates with DOM directly and at the atomic level, thus ensures working with any 3rd party plugin is as simple as possible. 3rd party plugin can be anything: another framework component/plugin etc...