Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server rendering? #27

Open
JiLiZART opened this issue Jan 17, 2016 · 2 comments
Open

Server rendering? #27

JiLiZART opened this issue Jan 17, 2016 · 2 comments

Comments

@JiLiZART
Copy link

Any plans for basic server side rendering support?

@zalmoxisus
Copy link
Owner

Hey @JiLiZART,

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.

@zalmoxisus
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants