A React renderer for the Gnome JS. It provides components and methods allowing to use React to build native Gnome GTK applications. To use the rendere

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-31 12:00:03

A React renderer for the Gnome JS. It provides components and methods allowing to use React to build native Gnome GTK applications.

To use the renderer standalone, applications need to either define each import as a relative path to the correct file (e.x. import { Renderer } from "../node_modules/react-gjs-renderer/dist/index.js") or bundle it into a single .js file (this is due to GJS not supporting importing packages from node_modules.) This usually is done using a tool like webpack, esbuild, rollup, etc.

This renderer is still in early development and there are many components that need to be implemented. If you want to help, please check this discussion.

Leave a Comment