Re: React.js or Vue.js on Innovaphone SDK
Hi Pietro,
On the front-end side, I think you can use frameworks like the ones mentioned.
But you test der Clientside in every Client (Windows Launcher, Browser, iOS, macOS, Android...)
On The Serverside:
the JavaScript Runtime uses Duktape as runtime, so the available JavaScript version is ECMAScript 2015 with some extensions (more information https://duktape.org/guide.html ).
You can also use polyfills to extend the supported subset of functions. An example for usage of such polyfills is available here: https://github.com/innovaphone/jspdfexample
Best Regards,
Peter