After getting Webpack and Electron to play nicely together in the last post, getting React up and running was easy. Too easy, in fact. I could create...
For the last couple of weeks, I tried to get React to work with Phone Home App, and I would come face to face with Webpack! Getting Webpack and React...
Now I got around to using .NET Core. Here I replace the Node app that I just wrote with a .NET Core app that does the same thing. Building the App I...
Major Oversight In part 3, I continued to use TCP Server Simulator even though it is a big black box that requires Windows. This post is not a...
JavaScript can be TypeScript If you rename all of your .js files to .ts and set the --allowJs compiler switch, you can compile your files without...
Calling Electron After poking around, I found that the way to communicate between .NET and Electron is through TCP; there is even a project...