dot-dom icon indicating copy to clipboard operation
dot-dom copied to clipboard

Support SSR ?

Open cheft opened this issue 7 years ago • 3 comments

Support SSR ?

cheft avatar Feb 24 '17 08:02 cheft

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.

wavesoft avatar Feb 24 '17 11:02 wavesoft

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

styfle avatar Feb 26 '17 23:02 styfle

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

joshgillies avatar Feb 27 '17 04:02 joshgillies