Reflex – Web apps in pure Python
github.com
Reflex – Web apps in pure Python
1–10 of 152 posts
Re: Reflex – Web apps in pure Python
#2Re: Reflex – Web apps in pure Python
#3How is this different from Streamlit or Pynecone?
Re: Reflex – Web apps in pure Python
#4How is this different from Streamlit or Pynecone?
Re: Reflex – Web apps in pure Python
#5Re: Reflex – Web apps in pure Python
#6I've used Anvil [0] quite often in the past years for what seems to be a similar purpose (not affiliated, just a happy customer). Does someone know how Reflex compares?
Re: Reflex – Web apps in pure Python
#7Why are we trying to fit a square peg into a round hole
There is no denying the importance and usefulness of web apps. You and me may be fine writing JS/TS, but many don’t want to. Why shouldn’t there be an option that works better for those folks?
Re: Reflex – Web apps in pure Python
#8Why are we trying to fit a square peg into a round hole
Re: Reflex – Web apps in pure Python
#9Why are we trying to fit a square peg into a round hole
JS got popular on the server because it was the default option on the client. Makes sense that Python should get popular on the client because it's the default option on the server.
Re: Reflex – Web apps in pure Python
#10Earlier quoted context omitted.
JS got popular on the server because it was the default option on the client. Makes sense that Python should get popular on the client because it's the default option on the server.
Since when is Python the “default choice” for server side dev?
People use either Java, PHP or NodeJs.