Hi I wish to integrate React.js to Construct3.
It looks possible to do it with latest construct3 javascript feature.
I plan to build React into script files. like main.js, and either:
1. import it with script files.
2. create script element and append to document.body.
However I could not locate my files or folder during local development.