-
# How to Bundle your React-Electron App by Parcel - Webtips
Learn how you can create a boilerplate for Electron that uses React and is built by Parcel with hot reload.
[https://www.webtips.dev/how-t…
-
# 🐛 bug report
Parcel serve fails when target is "electron-renderer" and nodeIntegration is false
The issue is reproducible at https://github.com/moctrash/parcel2-react-refresh, by changing nod…
vazra updated
2 years ago
-
# 🐛 bug report
HMR & React Fast Refresh works fine when the target is "browser", but when building for "electron-renderer", HMR does not work
I have created a sample repo to re-create this bug…
vazra updated
3 years ago
-
# 🐛 bug report
I installed parcel v2 in my **electron/react/ts** project. Parcel runs correctly and if I save a file, the parcel rebuilds but the page in the electron doesn't reload automatical…
-
The current version of React Native uses something from RHL v1.
v4 could handle Webpack, Parcel and Electron. Lets add React Native. 🚀
-
Deprecate to `React-refresh`
- (react, babel) https://github.com/facebook/react/tree/master/packages/react-refresh
- (wp4, wp5) https://github.com/pmmmwh/react-refresh-webpack-plugin
- (NextJS) -…
-
This was a great prototype but this code is impossible to read and super unmaintainable. Breaking apart the app to be more functional will help a ton when it comes to adding new features.
-
Error:
node:59289) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
…
-
Parcel 1 has an electron target, but it is not super well baked. We should improve on it for Parcel 2.
* Support separate `electron` and `electron-renderer` environments. `electron` is the main pro…
-