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

Support SSR ? #27

Open
cheft opened this issue Feb 24, 2017 · 3 comments
Open

Support SSR ? #27

cheft opened this issue Feb 24, 2017 · 3 comments

Comments

@cheft
Copy link

cheft commented Feb 24, 2017

Support SSR ?

@wavesoft
Copy link
Owner

Unfortunately there is no native support for Sever side rendering. You could use it in combination with mock-browser or something similar but I would not recommend it. 

Nonetheless rendering the virtual dom to HTML is pretty straightforward to implement and I might add this feature in the future, if there is enough interest.

@styfle
Copy link
Contributor

styfle commented Feb 26, 2017

This SSR feature could be apart of the compatibility layer I mentioned in #26 since react has this feature implemented.

@joshgillies
Copy link

@cheft maybe try something like https://github.com/ember-fastboot/simple-dom in conjunction with dot-dom templates.

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

No branches or pull requests

4 participants