react-redux-typescript-boilerplate
react-redux-typescript-boilerplate copied to clipboard
Ready for production?
as title, please :)
In #49, I added some code for production :)
However, since a build / deploy requirement varies among situations, you have to dig into below things if the fix is not enough for your requirements:
- webpack's build configuration / plugins
- web server, reverse proxy or cdn configuration
any update for this issue? Ready for production? 😬
@raisiqueira Speaking of the webpack output bundle, yeah it's ready for production :)
You can add additional plugins/tools onto this codebase based on your requirement. e.g. disabling react devtools, add og:metatags via html-webpack-plugin, add error tracking or client analysis tool, etc.
@rokoroku Nice! close this issue...
I'd rather pin this issue for those who have the same question :)
Thanks for that, what a good boilerplate