clayrisser / react-gtk

react Native bridge for gtk desktop applications
https://clayrisser.com
MIT License
316 stars 19 forks source link

Is it possible to integrate ReactJS components into react-gtk library #29

Open khanziaullah opened 2 years ago

khanziaullah commented 2 years ago

I am working on a project on ARM processor/Linux combo. We are using gjs and created basic application layout. Now we want to integrate the reactJS components into the solution. Is this possible?

clayrisser commented 12 months ago

It will be possible to integrate existing gtk 4 apps that are written with node-gtk into this project. This means there will be some work you would have to do to migrate your existing code to node-gtk (it's mostly compatible with gjs).