Birdwatch Note Rating
2024-10-04 23:34:49 UTC - NOT_HELPFUL
Rated by Participant: 2A1D0057D8A9EBF0F063FDBD4DCFC080D5EEFDB26EC6178DC4E92F7FD09EBD45
Participant Details
Original Note:
It's crucial to consider side effects in all dependencies. Relying solely on tree shaking can be misleading, as packages with side effects (either in code or declared in package.json) may be included in the final bundle, potentially impacting web performance. https://vercel.com/blog/how-we-optimized-package-imports-in-next-js
All Note Details