Add Online Solitaire to Readme#248
Conversation
Add https://online-solitaire.com/ to users list. I run https://online-solitaire.com/, a website where more than 4 million solitaire games are played each month. I make pretty heavy use of react-loadable to speed up the site.
|
After I upgraded webpack 4 to wepack5 。The react-loadable plugin failed chunk.forEachModule is not a function. function buildManifest(compiler, compilation) { compilation.chunks.forEach(function (chunk) { }); return manifest; How can I fix this bug and make it work? |
|
This author doesn't seem to be updating this component, but you can look at similar components that implement SSR PROMISE asynchronous loading,github address :https://github.com/qq281113270/react-lazy-router-dom |
This author doesn't seem to be updating this component, but you can look at similar components that implement SSR PROMISE asynchronous loading,github address :https://github.com/qq281113270/react-lazy-router-dom |
I run https://online-solitaire.com/, a website where more than 4 million solitaire games are played each month. I make pretty heavy use of react-loadable to speed up the site, so I thought it might be a nice example in the users list.