-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Where does Aura fit into the MV* framework workflow? #223
Comments
Hi Addy, I'm currently evaluating various Javascript frameworks for a multi-spa enterprise scale web app. I quite like the combination of Backbone and Aura, and being barebones I can see how Backbone fits nicely into the Aura architecture. However I'm now looking into AngularJS and at first glance it seems to provide much of the functionality outlined above. Would it make much sense to wrap Aura around it as another layer of abstraction, or are they competing architectures? |
Hi @brettpostin they are definitely not competing architectures. |
where to create this var app = new Aura(); instance ? |
in any .js file in your project. |
Soo, we get asked this question regularly when speaking to devs and feel we should do a good job of documenting a succinct answer to it.
This thread is to capture the reasons an MV* framework user should use us.
Feel free to improve on or add to this list.
cc @sbellity @atesgoral @dustinboston @pyramation @sindresorhus etc :)
The text was updated successfully, but these errors were encountered: