#webpack
Read more stories on Hashnode
Articles with this tag
React has become the most modern front end library. However there is a pretty big disadvantage of using it. react and react-dom library together make...
Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a...