As developers, when we build apps for users on the internet, it is very important to ensure that the app is served to the user in the fastest way possible. When building React applications, it's very common to see the size of the app grow largely due to the number of dependencies in use.
Full article