Understanding Compiling, Minifying, Bundling, and more...
Some things should be done when you take your app from the development to the production environment.
For example, the code needs to be compiled, bundled, minified, and code split.
Let's understand these terms.
Compiling
Let's understand it with an e...
gauravv.hashnode.dev3 min read