I am trying to learn browserify to manage my javascript.
My first simple task is to create a react.js file which will be generated by gulp + browserify
Your react.js file/module isn't exposing the variables React and ReactDOM you instantiate. In node, you make these methods public by modifying the module.exports object like so: