Patch Release: SSR Example & Minor Fixes
This patch release adds a comprehensive SSR example project to help developers integrate React ApexCharts with Next.js and other SSR frameworks.
New SSR Example Project
Added a complete Next.js App Router example demonstrating SSR capabilities:
- Location:
example-ssr/ - Framework: Next.js 15+ with TypeScript
- Features:
- Server-side chart rendering with
react-apexcharts/server - Client-side hydration with
react-apexcharts/hydrate - Server data fetching examples
- Multiple chart types and configurations
- Best practices for SSR integration
- Server-side chart rendering with
🐛 Bug Fixes
- Improved type definitions consistency