--- name: developing-gtkx-apps description: Build GTK4 desktop applications with GTKX React framework. Use when creating GTKX components, working with GTK widgets, handling signals, or building Linux desktop UIs with React. --- # Developing GTKX Applications GTKX is a React framework for building native GTK4 desktop applications on Linux. It uses a custom React reconciler to render React components as native GTK widgets. ## Quick Start ```tsx import { ApplicationWindow, render, quit } from "@gtkx/react"; import * as Gtk from "@gtkx/ffi/gtk"; const App = () => (