DEV Community

Discussion on: How I used React-Loadable to more than halve my React app's load time

Collapse
 
thekashey profile image
Anton Korzunov

However Lazy covers only component level splitting.
"Other libraries" have already implemented library-level splitting in form of renderProps or resource level splitting in form of hooks, which let you reduce you bundle size even more.