Electron and React, Part 4: Inter-Process communication (IPC)
This post is the fourth in my series on Electron and React. In this post I will cover basic examples of Electron's Inter-Process Communication or "IPC".
This post is the fourth in my series on Electron and React. In this post I will cover basic examples of Electron's Inter-Process Communication or "IPC".
This is the third post in my series on Electron and React. In this post I will create a project template that can help you to start your own project.
This post explains how a React and Electron render JSX in a browser window. The post covers topics such as renderer process, code optimisation and transpiling.
This post is the first in my planned series on Electron and React. This post covers how does Electron work, including the Main Process and Browser Windows.