React-JUCE
git repository:jsui/
directory here is the top level directory of all the React.js application code that we used to build the example interface. We use a build step managed by npm to compile all of our application javascript into a single file that can be easily loaded up in the native app:examples/GainPlugin/Source/jsui/build/js/
. That file location is important, because that's where the native code looks for executing the output file.jsui/
directory: