I recently watched a good video with regards to a modular JavaScript architecture including a sandbox. I was wondering if there is anything that’s been implemented in the wild?
Is the framework downloadable or an implementation of it?
The videos were great but they were only theory and no code was available. Original video is here.
I have done a comparison about different implementations of this theory by Zakas.
I’ve compared…
After checking all pros and cons I decided to use Hydra.js (I needed to extend modules easily), but the most important is to know what do you need/expect of these type of frameworks and make your own comparison.
These are the topics I checked:
Tell me if need more help.
Update:
I’m checking a new framework that is in development preview ‘Backbone Aura’ from Addyosmani