← Back to Developer Hub

Framework Integration

WebPivotTable works seamlessly with all major frontend frameworks. Each example includes working code and live demos.

⚛️

React

React component integration with hooks and refs

✅ Ready
🚀

Vue 3

Vue 3 Composition API with reactivity

✅ Ready
🅰️

Angular

Angular component with lifecycle hooks

✅ Ready
🔥

Svelte

Svelte component with reactive patterns

✅ Ready

Next.js

Next.js App Router with SSR considerations

✅ Ready
💚

Nuxt

Nuxt 3 with ClientOnly wrapper patterns

✅ Ready

💡 Integration Tips

  • Dynamic Imports: Load WebPivotTable on-demand to reduce initial bundle size
  • SSR Compatibility: Use client-side rendering for web components in SSR frameworks
  • TypeScript Support: Include custom element declarations for proper type checking
  • Event Handling: Use framework-specific patterns for listening to pivot table events

Explore More

⚙️ Feature Examples — Data sources, events, exports, and advanced features🚀 Quick Start — Basic installation and setup guide📖 Documentation — Complete API reference and configuration options