Sorry, my english is not good
In Metro 1.8.3 and Apollo client 2, you can use react loadable to implement SSR. When you upgrade to meteor 1.10.1 and Apollo client 3, an error will be reported when you deploy to the server,
I also tried npdev react loadable, which also reported an error
The latest loadable components need to be configured with webback, which seems to be impossible to implement in meteor, so I can’t try
Now it’s completely stuck. Which react loadable should I use to implement SSR after meteor 1.10 or above and Apollo client 3
Thank you very much for any help