6 ms·
The ability to deploy the same code to front end and back, for me anyway, works out quite well. With browserify, I can write common utilities and require the co
by daneel 11y ago
The ability to deploy the same code to front end and back, for me anyway, works out quite well. With browserify, I can write common utilities and require the code using the commonJS module system. It's pretty seamless. Doesn't change the skill set necessary for front end development in any way though.