You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the React Renderer expects you to compile one or more bundles of components, and also lets you optionally supply a custom render script. The idea is that render scripts are generic, whereas the bundles are app specific.
It turns out that some users find it easier to just create a render script that does everything rather than use the split mechanism. In that case you have to create a fake bundle, which is a bit silly. It'd be better if we made the ssr-components.mjs file optional.
The text was updated successfully, but these errors were encountered:
Feature description
Currently the React Renderer expects you to compile one or more bundles of components, and also lets you optionally supply a custom render script. The idea is that render scripts are generic, whereas the bundles are app specific.
It turns out that some users find it easier to just create a render script that does everything rather than use the split mechanism. In that case you have to create a fake bundle, which is a bit silly. It'd be better if we made the
ssr-components.mjs
file optional.The text was updated successfully, but these errors were encountered: