Y
Hacker News
new
|
ask
|
show
|
jobs
by
luvz2code
1380 days ago
Is there anything similar for generating html/react UI’s ?
4 comments
pen2l
1380 days ago
You can contain your native react creations in electron if you really don't want to go the native GUI kits route.
For all the shit that Electron gets, it is reliably cross-platform with relatively little effort.
link
elwebmaster
1379 days ago
I have looked extensively and unfortunately haven’t been able to find anything of the kind. Closest you would get is the Flutter framework which supports web. But that’s not Python.
link
mhuffman
1380 days ago
You can use python with Electron ... with all that Electron implies.
link
frmdstryr
1379 days ago
There's a web toolkit for enaml.
https://github.com/codelv/enaml-web
link
For all the shit that Electron gets, it is reliably cross-platform with relatively little effort.