Jack Stephens
Jack Stephens' Latest Blog

Jack Stephens' Latest Blog

Follow
homebadges

FrakenApp #1: Part 7, React

Mar 7, 20224 min read

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...

FrakenApp #1: Part 7, React

FrakenApp #1: Part 6, Webpack!

Feb 23, 20225 min read

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...

FrakenApp #1: Part 6, Webpack!

FrakenApp #1: Part 5, Less Temporary .NET Core Server

Feb 7, 20223 min read

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...

FrakenApp #1: Part 5, Less Temporary .NET Core Server

FrakenApp #1: Part 4, Temporary Node Server

Feb 2, 20224 min read

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...

FrakenApp #1: Part 4, Temporary Node Server

FrakenApp #1: Part 3, Adding Hooking Up the TypeScript Compiler

Jan 31, 20225 min read

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...

FrakenApp #1: Part 3, Adding Hooking Up the TypeScript Compiler

FrakenApp #1: Part 2, Communicating with Electron

Jan 28, 20225 min read

Calling Electron After poking around, I found that the way to communicate between .NET and Electron is through TCP; there is even a project...

FrakenApp #1: Part 2, Communicating with Electron