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'm the author of boilerplateJS. After couple of complex JS projects, I wanted to compile my experience in building complex application in JS as a open source reference architecture. BoilerplateJS handles all concerns that are discussed by Nicholas, but not restricted to the ideas presented there.
BoilerplateJS lets you to structure your complex product suite in to product-modules and UI components. There are several samples implemented to follow in the reference architecture code base.
http://boilerplatejs.org/
Among other concerns it handles are: - structuring the solution - creating a module hierarchy - Dependency management - Event based messaging, - Routing and embeddable components - Unit testing - Localization - Document generation - JS optimizations and obfuscation
See it in action here: http://boilerplatejs.org/samples/productsuite/index.html
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With