Hacker News new | ask | show | jobs
by bpicolo 3133 days ago
Hmm, it flashes unrendered views (with e.g. {{story.descendents}} )
1 comments

Yep, thanks for picking that up. I did notice that during development, but put it down for a 'fix it later'. I did find the code snippet to prevent unrendered tags from flashing, but haven't incorporated them in there yet. Will do so in the next few days.
That's the default in Vue? That's surprising. Does template precompilation prevent that?

Edit: Ahhh, it loads Vue separately. I guess this is just for non-SPA style Vue?