Eugene Nesvetaev

Results 15 comments of Eugene Nesvetaev

One important thing: it hides it's `props.children` markup until it will be `.show()`'n. So one of the goals of SSR is missed: web-crawlers can't grab it's content :-/

@jerairrest oh, you need React SSR boilerplate? All you need to do is to put `props.children` directly to DOM (hidden) and then, on `.show()` show it (not mounting and unmounting)....

@jkleinsc Hi! Sure, here it is: https://gist.github.com/Nesvet/8700b509a57043453b1e6e027cc0c85e