I'm trying to improve my site performance and the Google Chrome Lighthouse tells me to use loadable-components for ssr in order to "remove unused javascript".
What I found in the doc is it seems to be a library with useful functions for my case, eg: component splitting/ loading library.
My question is:
- Does @loadable/component is really that good?
- If it is good, should I use it for any component/library import?
Thank you!