|
|
|
|
|
by hungerstrike
2971 days ago
|
|
React is great, but I really like the idea of multi-process desktop apps, where the rendering happens in one process and one or more controlling processes pipe events to and from it. That way you could use any language to build your controllers and the native render could be written in a different language that is native to the OS. I think the guy who makes SumatraPDF did something along those lines with Swift and Golang, to build a Mac app. |
|