-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Description
Hello, again!
I'm sorry about being impatient about the subject, but I would like to make a suggestion about how to implement node.js-side rendering (if you would).
I've tested rendering with jsdom a bit and came with conclusion it's rather slow. With huge amount of elements to render the time could reach 10-20 seconds (!!)
So maybe it would be smarter to implement separated template-preparing engine. Maybe something similar to Ractive .toHTML() (http://docs.ractivejs.org/latest/ractive-tohtml)
And with the separated engine it would be much easier to make a system for picking up server-side-rendered html in browser :)
P.S. Thanks for your efforts! I really loved Vue.js and hoping to use it as a basis at my project and I absolutely will if I will be able to produce proper server-side rendering :)