-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from react-loadable to loadable-component #228
Conversation
LGTM, we should remove I can add it or you can do it in this PR? |
I let you add it, I've never used errror boundaries |
@xD3CODER I've made a PR on your fork, so we can get it into this PR |
Added error boundaries to catch loading errors, updated tests
@wellyshen I think this is ready to be merged |
Convert module.exports to export default
Fix error: Warning: Functions are not valid as a React child.
@all-contributors please add @xD3CODER for code |
I've put up a pull request to add @xD3CODER! 🎉 |
@all-contributors please add @Rid for code |
I've put up a pull request to add @Rid! 🎉 |
Library Loadable-component is recommended as the best alternative of Lazy for SSR.
React-loadable is not maintained for a while.