#javascript
Read more stories on Hashnode
Articles with this tag
Base64 is an elegant way to convert binary data to text · Base64 is an elegant way to convert binary data to text, making it easy to store and transport....
You can dramatically reduce the size by gzipping the bundle.js. There are two ways to do it. 1. dynamic gzip (not preferred) and 2. build-time gzip...