WhatsApp Desktop App Clone With Electron JS, React JS & Redux Toolkit

Опубликовано: 11 Октябрь 2024
на канале: Build Cool Stuffs
6,818
255

WhatsApp Desktop App Clone With Electron JS, React JS, TypeScript & Redux Toolkit

In this tutorial I we are going to be cloning WhatsApp desktop app with Electron JS, React JS, TypeScript & Redux Toolkit

Things I showed in the tutorial
i. Creating Electron app with Electron React Boilerplate
ii. Creating a frameless window
iii. loading fonts
iv. creating custom input with HTML Div element
v. communicating between the node js side and the browser context side through ipcRenderer
vi. how to create a modal browser window that is a child of the main browser window
vii. how to use Electron Store

Link to the lesson files on my github repository
https://github.com/paulosabayomi/what...
OR clone it on the CLI with
git clone https://github.com/paulosabayomi/what...

Other links
Electron documentation website
https://www.electronjs.org/docs/latest/

React redux documentation
https://redux-toolkit.js.org/introduc...

MDBootstrap React JS getting started documentation
https://mdbootstrap.com/docs/react/ge...

Electron React Boilerplate
https://electron-react-boilerplate.js...

React-router documentation
https://reactrouter.com/en/main/start...

#electronjs #whatsappclone