Forum Archive

install react on pythonista?

MustaphaBen

hey is it possible to install react using pythonista

ccc

No. https://github.com/facebook/react/

MustaphaBen

but the app play.js can install reac
so its not even possible to install it on pythonista
And like when you install it you can see you're output on a localhost or something?

JonB

You can install it, sure. You can't run npm in pythonista. But you can run local file:// urls inside a WebView that load local J's libraries, sure.

I guess the question is why would you want to. HTML and JavaScript development in pythonista is possible -- there is some minimal syntax highlighting -- but there is no code completion, no easy "run" button, and in general it is very unpleasant.