TypeScript Data Visualization Engineering Overview Use this skill when the visualization must live in a TypeScript application. The focus is not just chart rendering. The focus is reliable data contracts, clear component boundaries, maintainable integration architecture, and a renderer that fits the product surface. If the request is specifically about React components, client or server boundaries, hydration, dynamic loading, or Next.js delivery constraints, route first to . If the request is primarily about test strategy, mocks, screenshot coverage, or deciding which chart logic deserves uni…