Search found 1 match

by nicoletjunior
Wed Oct 04, 2023 12:32 pm
Forum: Stimulsoft Reports.JS
Topic: React functional component
Replies: 7
Views: 10337

Re: React functional component

Certainly! You can use a React functional component to dynamically load the Stimulsoft library and use the Viewer component. Here's an example of how you can achieve this using React hooks, specifically the useEffect hook: import React, { useEffect, useState } from 'react'; const StimulsoftViewer = ...