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?

  • 0
  • 1
  1. 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

    • 0
    • 0
    1. Part 2 is done! I’ve got server-rendered D3 without a ton of work using jsdom. Now to hook it all up.

      • 0
      • 0
    2. Ugh, getting this to work universally means I’m about to do something terrible: run Babel on my server

      • 0
      • 0
  2. 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?

    • 0
    • 0
  3. Or do I get to attempt this on my own?

    • 0
    • 0