nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

Is Node GUI and React Node GUI production ready ? #272

Open manideeppabba1991 opened 4 years ago

manideeppabba1991 commented 4 years ago

I have to develop a Desktop application for linux on Raspberry Pi and found out that Node GUI is one option. But I am not sure if this is production ready.

Could you please confirm ?

movpushmov commented 3 years ago

This project is in active development. It should be okay for smaller projects but anything complex - electron is the way to go for now. 🚧

https://github.com/nodegui/react-nodegui#react-nodegui

Chris533 commented 3 years ago

How to use Drag and Drop in react-nodegui ? nodegui works well, ref: https://docs.nodegui.org/docs/guides/drag-drop

Chris533 commented 3 years ago

@a7ul thx, View have not include setAcceptDrops property, and QDragMoveEvent not be included in @nodegui/nodegui types.