react-developer-roadmap
react-developer-roadmap copied to clipboard
is it possible to add browserify?
Hi, nice idea you had! It will be useful to many people.
Do you think it is worth to add browserify as bundler? I am using it for many projects, in particular with budo and they work like a charm. In my opinion the developer experience is far better than webpack:
- minimal configuration
- simpler build process
- dev server with source maps working out of the box
- rock solid dev stack
If you want to try them quickly, I wrote a bundle package that let you develop almost instantly: checkout http://g14n.info/zeroconf-redux/ or just launch
npm install zeroconf-redux
npx zeroconf-redux