aurajs / aura

A scalable, event-driven JavaScript architecture for developing component-based applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook React Compatible with Aura?

halcyonandon opened this issue · comments

Hi,

Apologies if this isn't in the right format. I'm currently working on a project, where I'm using http://facebook.github.io/react/. I'm wondering if Aura could potentially work with React or if they're competing solutions?

Thanks

I never tried but I think they should work great together.

That's what I'm hoping, but they both appear to take ownership of the view and provide a component-driven abstraction to the dom with single responsibility.

Seems both have advantages, aura with the event-driven/sandboxing and react with the virtual dom.