Birdwatch Note Rating
2024-10-05 02:53:56 UTC - HELPFUL
Rated by Participant: 4C5FA8D8FAF5B3BDA45FD38ACF3FA2DA5FA3BF65CCF4D1B9D6D7FA4078D6AB5C
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