-
Steps to reproduce:
1. Create a new app: `yarn create nextron-app my-app`
2. Install and open VS Code: `cd my-app && yarn && code .`
3. Open `renderer/pages/home.jsx` and put a breakpoint on line…
-
1. ユーザ登録/ログイン → 投稿(画像、動画)→ インデックス表示 → 個別ツイート表示
2. ユーザー登録/ログイン → リプライ → インデックス表示 → 個別ツイート表示
3. ユーザー登録/ログイン → プロフィール表示 → フォロー → インデックス表示 → アンフォロー → インデックス表示
4. ユーザー登録/ログイン → 投稿取得 → インデックス表示
5. ユーザー登…
-
Has anyone been able to add Next Ui components? I've followed the official guide but the app fails to compile
-
https://gist.github.com/trkrameshkumar/804a7abd63622e715d2b5ee3afc5c249
- wraper for Axios
- service for each call
- separate logic for electron api and rest
-
Is there any examples printing a component with Nextron ?
-
Hi, this is sam from HackersBun one of the beginners from this company. I want to know how to run these Yara rules in my environment to find the vulnerability. Step by Step instructions will be apprec…
-
About a week ago @sindresorhus released some breaking changes on various electron packages.
![image](https://github.com/saltyshiomix/nextron/assets/1148334/7c40c1a5-954b-47e4-8836-1b990d9fb83c)
…
-
https://ui.shadcn.com/docs/cli
the cli doesn't work because the next.js config and package.json are in different dirs.
-
First of all thank you for this awesome package.
## Problem
Currently we mount the `BrowserWindow` in two different ways, depending on the `NODE_ENV`.
1. in `production` we use electron-serve…
-
Hi,
I tried to exclude processes related to my cybersecurity suite due to rule 'Potential Antivirus Software DLL Sideloading' (quite efficient, but generates too much alarms for me).
Procedure I…