David Tang
Aug 31, 2018 · 1 min read

Hey Gar,

If you’re sure the issue in rendering then I would suggest looking for ways to reduce the number of nodes being rendered. I took a brief look and can see some potential options. The elements used for the hover effect don’t have to be rendered until the hover actually happens. Another idea worth exploring is using static SVG images <img src=”…”/> instead of rendering the SVG polygons with React.

    David Tang

    Written by

    Architect at Atlassian