microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
310 stars 99 forks source link

Power BI React Client is not React at all? #31

Closed Tzvetelin88 closed 3 years ago

Tzvetelin88 commented 3 years ago

Hello, Is this a real React Client for Power BI? It seems this "library" is just doing iframe for the hole BI page? So there is no real React integration with BI product, it's just Iframe or I'm wrong?

image

anant-k-singh commented 3 years ago

This library wraps the core powerbi-client into a React component, to make it easier for developers to use Power BI Embedded capabilities in a React application. Yes, the powerbi-client library embeds into an iframe.

Tzvetelin88 commented 3 years ago

On the road map, are there plans for React component integration with PowerBi, so each component from BI can be represent in React - in a customizable, responsive and styled way? I know Microsoft loves React and many of Microsoft applications are build on React. It will be very nice to have this integration. Many companies are using PowerBI and Databricks REST API to integrate with their own applications, but currently PowerBI integration is not in the best shape. Thanks!