Shahar "Dawn" Or
Shahar "Dawn" Or
This is possibly an attempt for a fix of #440? Closing for now.
@kuraga thanks. Looking again, this does not seem like a fix for #440. Reopening. Figuring out an issue from a fix is a task more difficult than reading an issue...
Maybe look at how Cycle.js does server-side? I’ve easily implemented server-side rendering with it. Here’s the module: https://github.com/cyclejs/cyclejs/blob/9dddacff477b58a14b8c089ebf96c0f3dbe3bde6/dom/src/makeHTMLDriver.ts
There are 7 likes on this issue. But I'm not sure whether they are users who came here because they reused VNodes (which I'm pretty sure is not supported) and...
Perhaps best that you write an initial proof of concept PR.
This may open the way for multi-threaded UI in snabbdom itself? Is snabbdom ever a bottleneck in that regard? Even if used correctly?
@aronallen title change OK with you?
Thank you for the suggestion, @MarcWeber. I imagine that a PR would be welcomed.
@kuraga the feature is hydration. What @MarcWeber suggests is to document that feature. Hence "document hydration".
@whitecolor perhaps a re-thinking of the mechanism. Could you please make a PR that adds a failing test for this?