Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
Has anyone used Vue with SVG graphing tools like D3 and have it both do SSR and only update the nodes that are changed reactively?
OK! Part 1 is done! I’ve got Vue only updating the changed nodes from a D3 render in browser! Now to see if I can get it to work for SSR
Part 2 is done! I’ve got server-rendered D3 without a ton of work using jsdom. Now to hook it all up.
Ugh, getting this to work universally means I’m about to do something terrible: run Babel on my server
Hmm, got Vue and D3 hooked up. Think my mission for today is to get D3 to render my graph in a web worker. Anyone have any material on that?
Or do I get to attempt this on my own?