November 2019
Intermediate to advanced
296 pages
7h 52m
English
While React Native is primarily used to run an application on mobile devices, Electron is a JavaScript platform used for desktop applications. The framework was originally invented by GitHub and is maintained by the open source community. It is designed to hide the features of the underlying platform in terms of the interface module. Once we build the application with Electron, it can be run on any platform that Electron supports.
Electron has its UI components as well as React Native. It gives us transparent access to manipulate the user interface without caring about the details of the platform. Users can get a similar experience across multiple platforms.
There are three files necessary to ...
Read now
Unlock full access