Webpack externals is a way of loading in dependencies that are not installed in the node_modules folder. There are a few key points to grasp about this concept to use it properly.
ReadA brief guide to configuring VS Code to automatically format code in your CRA app using ESLint and Prettier
ReadSnowpack is a new bundler, similar to Webpack, Parcel, and Rollup, but with some important differences.
ReadA brief explanation of the difference between a function declaration and a function expression in JavaScript.
Read