Trying To Understand React - Part 2
To create a production ready app we need to take care of multiple things - bundle things up, minimize files, optimization, code cleaning, caching, etc.
To get this functionality we have to use something known as bundlers.
There are various bundlers m...
yashashri.hashnode.dev7 min read