07 - Building a Desktop App with Electron, React Using IPC Events for Cross-Process Communication

preview_player
Показать описание
#javascript #reactjs #electronjs

In this video, we are going to fetch data from an API and show it on screen. We will also look at how we can submit a form by sending data from IPC Renderer to the main process and then use that data to send to the API as a post call.

Also, we will see how the main process can send back data to the renderer using events.

You can find me on:
Рекомендации по теме
Комментарии
Автор

Can you show, how to build and package the electron app as I am facing issue with Routes in my final build?? Like the page is loading blank. I must have configured something wrong .

MathewFrancis-lgie
Автор

It was really helpful, thanks for video!

denishaleckiy
Автор

this playlist what i was looking for, really thanks for your efforts ❤❤

racoon
Автор

how do you run react if you don't have react in your package.json?

dmitriidanilov
Автор

how will we run this serves on localhost? i dont know about node js or express nothing to run this electron app

burakuenal
Автор

Why don't we call services in react instead of call in main.js?

zzz-x