Using Reflex with python

I would like to know how I can use reflex, since I have seen that there is python with flask, and if it is possible, I would like to know how to configure it to use reflex.

Hi @Juanppdev - we haven’t looked into Reflex yet, but I wonder if you can use the dev.nix file from our Python + Flask template as a starting point to take these instructions (Installation) and make them work inside IDX?

I tried this and it should works.
You can first install reflex through pip.

pip install reflex

Then run

reflex init

Lastly go to devserver.sh and change the last line to

reflex run --frontend-port $PORT --loglevel debug