Skip to content Skip to sidebar Skip to footer
Showing posts with the label Module

Module Load Progress Events In Nacl With Manifest_version = 2 And No Inline Javascript

I upgraded my manifest_version to '2' as per this document, and then was suprised to see ch… Read more Module Load Progress Events In Nacl With Manifest_version = 2 And No Inline Javascript

Encapsulation In Javascript Module Pattern

I was reading this link http://addyosmani.com/largescalejavascript/#modpattern And saw the followin… Read more Encapsulation In Javascript Module Pattern

The Nested Modules In Angularjs

Background I have N angular modules. One of them it is the root container that bootstrapped on and… Read more The Nested Modules In Angularjs

How To Use Import & Export In Node.js?

I have two files : app.js module.js app.js will have expression, import 'foo' from '.… Read more How To Use Import & Export In Node.js?

Javascript Namespace Pattern

I came across this JavaScript intricacy and was struggling to find the difference. Its about JavaSc… Read more Javascript Namespace Pattern

How To Share Code Between Multiple Projects With Angularjs

I was wondering what would be the best practice to share common libraries and own modules between m… Read more How To Share Code Between Multiple Projects With Angularjs

Set Prototype Of The Module In Javascript

I've seen in some tests that using prototype methods increases the performance of the code exec… Read more Set Prototype Of The Module In Javascript

React Components And Module Exports

I don't understand how module.exports can only export one component that has a dependency on a … Read more React Components And Module Exports