Live data from Hacker News

Reflex – Web apps in pure Python

github.com

31–40 of 152 posts

Re: Reflex – Web apps in pure Python

#31
Worth noting is that this framework has telemetry [1] enabled by default [2] which gathers and sends off various information about your system unless you explicitly disable it.

[1] https://github.com/reflex-dev/reflex/blob/919f239168d789056d...

[2] https://github.com/reflex-dev/reflex/blob/919f239168d789056d...

Re: Reflex – Web apps in pure Python

#36
I don’t think this is a good idea, playing with the components there’s like a whole second for the checkbox to change status.. I don’t think python is even a good tool for ML/AI either. Maybe to prototype a UI but to be used in the wild, I don’t think so.

Re: Reflex – Web apps in pure Python

#37
post #22

$5 million raised for hosting? I honestly fail to understand the ways of VC despite a decade of trying to understand them.

Hey, you know the most popular programming language in the world? They don't have a way to write web applications. If you fund us, we'll build a tool for that, tap into a huge TAM and make bank. Sounds like a pitch that would make VCs start falling over eachother

Close, except throw "AI" in there a few dozen times. Even the example they use in the README is for calling the DALL-E API.

Re: Reflex – Web apps in pure Python

#39
post #9
post #8

Earlier 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?

Well, it's very popular.

Which is why I'm a bit surprised that RPC/APIs still have as much overhead as they do, especially around types.

Re: Reflex – Web apps in pure Python

#40
post #38

I haven't worked with Python in many years now. Do people not use Django or Flask anymore? What's the recommended web stack, and where does this one fit in?

They're still good. The new one is FastAPI which is performant and supports concurrency, schema validation, and a few other modern nicities
Post reply on HN