What is missing in preact-cli for SSR and dynamic routing with code splitting? Maybe exists examples or boilerplate with this functionality.
+1
Yes. Here's an example using Express: https://github.com/lukeed/preact-cli-ssr
It's a mixture of pre-rendering & preact-render-to-string, all orchestrated by Express.
Most helpful comment
Yes. Here's an example using Express: https://github.com/lukeed/preact-cli-ssr
It's a mixture of pre-rendering &
preact-render-to-string, all orchestrated by Express.