# react-gtk **Repository Path**: mirrors_codejamninja/react-gtk ## Basic Information - **Project Name**: react-gtk - **Description**: react Native bridge for gtk desktop applications - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-gtk [![Financial Contributors on Open Collective](https://opencollective.com/reactgtk/all/badge.svg?label=financial+contributors)](https://opencollective.com/reactgtk) > build native desktop applications with react and gtk4 react-gtk is a react renderer for [GTK 4](https://www.gtk.org). It drives real GTK widgets through [node-gtk](https://github.com/romgrk/node-gtk) (GObject Introspection bindings for Node.js), supports flexbox layout via [Yoga](https://www.yogalayout.dev), and styles widgets with CSS-like style props. ## [JOIN DISCORD](https://discord.gg/UBrXPfFnF3) This project is under active development. Please help by sharing your experience, bugs, comments, complaints, etc . . . If you think it, say it :laughing: ## Usage ```tsx import React from 'react'; import Gtk from '@girs/node-gtk-4.0'; import { Box, Button, render } from '@react-gtk/core'; function App() { return (