-
ipcMain.on() still run after background hot reload
you can add `alert('a')` on this line
https://github.com/saltyshiomix/nextron/blob/6910b108cd6596bf493db1bd717322c742b4e536/examples/ipc-communic…
-
Currently when adding `electron-store` to any example (both typescript and js) the loaded page has an internal server error caused by a TypeError.
I've encountered similar issues when building the …
-
Also,
when I import `from 'nextron'`. I got warning
```
Could not find a declaration file for module 'nextron'.
```
I see that nextron is written in Typescript. But how do I get the type defi…
-
I notice that for link we use `href={resolve('pathname')}`. Why so? We could just use `next/link` isn't it?
-
Hi,
first i would like the say thanks for the idea, so thanks ! :)
My question is: will it works if i try to implements redux within nextron ? Because i guess internaly it's using export to html fro…
-
Using the with-typescript template...
### next.config.js
```js
const withTypeScript = require('@zeit/next-typescript')
const withLess = require('@zeit/next-less')
const { detectExportPathMap } …
-
I noticed in https://dev.to/saltyshiomix/build-the-electron--nextjs-app-for-3-steps-5g2p you mentioned hot reloading for both main and renderer processes is todo. I was just wondering how long it migh…
ghost updated
6 years ago
-
Hi. I got an error after pressing "Open Model" button of Nextron 1.8.9, run as AppImage. The error is below:
```
(netron:21909): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
…
-
> Could not load TypeScript. Try installing with `yarn add typescript` or `npm install typescript`. If TypeScript is installed globally, try using `yarn link typescript` or `npm link typescript`.
M…
-
Does anyone know if there is there an example of using TypeScript with Electron and Next.js anywhere?
ghost updated
6 years ago