You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/guides/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ React NodeGui enables you to create desktop applications with React. You could s
7
7
as a lightly modified variant of the Node.js runtime that is focused on desktop applications
8
8
instead of web servers.
9
9
10
-
React NodeGui is a react renderer for NodeGui, which is an efficient JavaScript binding to a cross platform graphical user interface
10
+
React NodeGui is a react renderer for [NodeGui](https://nodegui.org), which is an efficient JavaScript binding to a cross platform graphical user interface
11
11
(GUI) library `Qt`. Qt is one of the most mature and efficient library for building desktop applications.
12
12
This enabled React NodeGui to be extrememly memory and CPU efficient as compared to other popular Javascript Desktop GUI solutions. A hello world app built with React NodeGui runs on less than 20Mb of memory.
0 commit comments