react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀

Results 53 react-nodegui issues
Sort by recently updated
recently updated
newest added

I can call the `setGraphicsEffect()` function for a `QPushButton` object, but I don't know how to do the same thing when use react component `Button` in react nodegui.

**Describe the bug** It appears that under rapid rerender conditions, the React batching system is not flushing the final batch after the rapid updates subside. This results in strange functionality...

I.e. instead of closing app, it should close the window (kinda default behavior of most macos apps).

enhancement

**Describe the bug** When trying to run a compiled by Parcel plugin React NodeGUI app, it throws an error: ``` /home/v1rtl/Coding/quark-player/dist/index.js:116 throw error; ^ Error:node_modules/.pnpm/registry.npmjs.org/@nodegui/nodegui/0.18.2/node_modules/@nodegui/nodegui/build/Release/nodegui_core.node: undefined symbol: _ZN4qode9qode_argvE ``` **To...

Hello, look like a really promising project. Do you know if it's possible and if it would be hard to provide a way to create native menu like `File` `Edit`,...

enhancement

This project doesn't look like it's been updated in a while , and the documentation is incomplete.

**Is your feature request related to a problem? Please describe.** I want to control window size and position changes to store them and when app close and starts again, read...

Hello There, I am exploring `react-nodegui` and so far it is good in terms of ease of use. I am wondering how do we implement `table` or any other component...

I am trying to get the selected text from a PlainTextEdit component The snippet that I though of was ```ts export const TextPart = () => { const textViewRef =...