Hi,
I am using React, which is a library for JavaScript to design front-ends.
I am wondering if I can make a JavaScript/React button that calls JavaScript code that I have written in Uniface.
For example, to make a React button call a JavaScript function named getEmployees(), you would write the following code:
<button onClick={getEmployees}>Show employees</button>
How can I call code that I have written in Uniface, from my JavaScript application (which is not in Uniface)?




