Electron
flecks provides integration with Electron through
@flecks/electron.
Gotta have somewhere to go
@flecks/web will automatically give Electon somewhere to go. Otherwise you must define
@flecks/electron.url.
In development, @flecks/electron will run your server application using the Electron binary
instead of node.
If @flecks/react or @flecks/redux are enabled in your application, the
React DevTools or
Redux DevTools extensions (respectively) will be
automatically installed.
Can't stop the signal
@flecks/create-app automatically ships with a patch for Electron to fix a bug in their
signal-forwarding code. This is necessary to make sure HMR works in your application.
note
Production support including bundling is currently in progress. Maybe you would like to submit a pull request?