SumanSatija4
07-10-2020
does SPA mode supports React.lazy() while doing server-side-rendering ? if yes then how ?
santhosh_kumark
MVP
08-10-2020
Hi @SumanSatija4 ,
I hope the below articles will be helpful for this.
https://reactjs.org/docs/code-splitting.html
https://medium.com/nerdjacking/react-server-side-render-code-splitting-identifying-and-loading-requi...