This example demonstrates how to use the HTML5 Document Viewer in JavaScript with ReacJS.
The example consists of two parts:
1. A server (backend) project in ASP.NET MVC implementation (the ServerSide solution). At the backend, cross-domain requests are enabled (Access-Control-Allow-Origin) and a custom report storage is implemented.
2. A client (frontend) part (the ClientSide folder) that includes styles, scripts and HTML-templates.
To download all necessary client resources for this example, navigate to the ClienSide folder, open the console and run the following command:
bower install
See also
How to use the Web Report Designer in JavaScript with ReactJS
The example consists of two parts:
1. A server (backend) project in ASP.NET MVC implementation (the ServerSide solution). At the backend, cross-domain requests are enabled (Access-Control-Allow-Origin) and a custom report storage is implemented.
2. A client (frontend) part (the ClientSide folder) that includes styles, scripts and HTML-templates.
To download all necessary client resources for this example, navigate to the ClienSide folder, open the console and run the following command:
bower install
See also
How to use the Web Report Designer in JavaScript with ReactJS