You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote this library react-loadable to standardize the workflow around code-splitting at the component-level and asynchronously loading components. I wrote a blog post too.
I think we should be encouraging more of the community to do this since I've heard of people dropping 100s of KBs from their bundles. It's really more a pattern than a library anyways.
The text was updated successfully, but these errors were encountered:
This is great. I agree this pattern is something we should encourage more.
Been a pretty busy week so far, I shall try to put a section for this by the weekend.
Open to accept PRs as well for a section on this.
(Shameless plug)
I wrote this library react-loadable to standardize the workflow around code-splitting at the component-level and asynchronously loading components. I wrote a blog post too.
Facebook does code-splitting this way too.
I think we should be encouraging more of the community to do this since I've heard of people dropping 100s of KBs from their bundles. It's really more a pattern than a library anyways.
The text was updated successfully, but these errors were encountered: