Can I use node 'child_process' in a React App?

Viewed 761

I'm building a native app with React (I plan to use it inside Electron.js later), and I need to run some local scripts and other things which are common in a native app.

This is easy with NodeJS and it's back-end abilities, but even if mine is not a web app, it seems I just can't use Node with React.

Is using 'web-like' requests and messages, even so it's a local app, the only way to do this?

1 Answers
Related