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
Hello,
first of all thank you for the boilerplate, it's an awesome start for codesplitting with SSR.
I was wondering if you could provide an update of the boilerplate for react-loadable v5?
The v5 provides utils to:
preloadAll() on server: to prefetch all components on server
preloadReady() on client: to wait for bundles that were used to on server before rendering on client
with webpack plugins to abstract / hide the logic for async imports.
I believe it would make the boilerplate a bit easier to start with.
I would have liked to bring a PR but I couldn't set it up to make it work.
The text was updated successfully, but these errors were encountered:
Hello,
first of all thank you for the boilerplate, it's an awesome start for codesplitting with SSR.
I was wondering if you could provide an update of the boilerplate for react-loadable v5?
The v5 provides utils to:
with webpack plugins to abstract / hide the logic for async imports.
I believe it would make the boilerplate a bit easier to start with.
I would have liked to bring a PR but I couldn't set it up to make it work.
The text was updated successfully, but these errors were encountered: