brain/
← all entities
entitygenericfrontend-visualization-libraries

visx

Notes

visx

One-line summary: Airbnb’s low-level React visualization primitives that wrap D3 math and leave the DOM to React.

What it is

A suite of packages (@visx/shape, @visx/scale, …) “meant to be built upon.” v4 requires React 18 or 19. MIT. From 2026-08-21-autoresearch-best-frontend-visualization-libraries.

Why it matters to frontend-visualization-libraries

Official motivation is to stop mixing D3 selections with React’s virtual DOM (useEffect copy-paste). It is a primitive kit, not a chart catalog like recharts or nivo.

Key facts

  • “combines the power of d3 to generate your visualization with the benefits of react for updating the DOM.” From 2026-08-21-autoresearch-best-frontend-visualization-libraries.
  • Animation is intentionally not bundled so the app can use an existing React animation library. Same source.
  • License on the fetched README: MIT. Same source.

Open questions

Sources

Related

Referenced by