https://i.sstatic.net/zAkV0.png
I recently created a single page and noticed that there is a significant amount of unused JavaScript in my codebase. Specifically, I am using MUI and React icons.
Any suggestions on how to efficiently manage this issue?
To address the problem, I attempted to dynamically import the MUI components and React icons in hopes of reducing the amount of unused JavaScript. However, this approach did not yield the desired results.