I am very impressed with react loadable library here: https://github.com/jamiebuilds/react-loadable
But I am confused if this is beneficial if I use this on load
(by calling setState
after load event)
On all the examples/blogs I have read, everywhere it's calling on CTA click.
So the question is, should I dynamic import components on 'load
' event and will it improve my page performance?
My concern is with lighthouse score of my react app.
Thanks