manuelbieh / react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there going to be support of loadable/components ? or we should wait when React.lazy will support ssr?

AndriiUhryn opened this issue · comments

Is there going to be support of loadable/components ? or we should wait when React.lazy will support ssr?

You can use this repo as a template and then use whatever loadable/lazy package you like. Although I'm also very impatient already, I'm going to wait until Suspense and React.lazy is officially supported.