-
I would play around with the boilerplate electron react app and see whether it makes sense to you. Just edit the files in the renderer folder as needed and start it up.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
crypto-async
Discontinued Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.
Yeah node module compatibility surprised me. Some modules require very specific versions of node, and Electron only bundles one version in every release. There was one module I wanted to use, but had to go with an alpha release of Electron. And other modules, like crypto-async, don't seem to work in Electron at all.
Related posts
-
How I Used Electron and React to Create a Sweet UI for FFMPEG
-
M0B205 for Alienware AW3423DW available for download from Dell, thought you couldn't upgrade the firmware on this one yourself?
-
Express with electron-react boilerplate
-
Skeleton Electron "Shoebox" codebase
-
How do you get the tailwindcss prettier plugin to work in electron-react-boilerplate?