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
I'm not sure it will fit the project, as the idea here is to extend a web app to Electron/Chrome app and/or browser extension, where server rendering couldn't be done. Of course, it is reasonable for the web app, but the problem here is that before we render the app we need the state from the localStoage. I think a better approach would be to keep the last rendering in web workers, so only the first rendering will be slow.
Any plans for basic server side rendering support?
The text was updated successfully, but these errors were encountered: