+ 1
Reducing a typescript project size
It is normal that we complie the typescript code and convert them to js code so that the browser can understand and analyze js code But is there any way to prevent duplicating code to reduce the project size?
1 Answer
+ 2
u can consider lazy loading which minimizes the bundleâs size when initializing the project/app, thatâs in case u r using a JS framework like Angular