Live data from Hacker News

Launch HN: Pynecone (YC W23) – Web Apps in Pure Python

news.ycombinator.com

201–210 of 329 posts

Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python

#201
post #198

My opinion on this : * Web with python : yes, make sense, python is very friendly it's kind of the closest to no-code we can do * No benchmark : ouch, no way I am touching this without knowing, at least in the big picture, what to expect * Front-end : so this is a wrapper of Chackra UI which is itself a wrapper of React (which is the slowest framework out there) -> not really what I am looking for. I can understand t…

If you don't mind, can you clarify what is the fast front-end framework that you mentioned above?

I think they had a typo and meant to say Chakra UI: https://chakra-ui.com/

Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python

#204
post #191

Looks similar to Nitro https://nitro.h2o.ai/ and Wave https://wave.h2o.ai/ - both open source. Nitro already works with WebAssembly via Pyodide. (Author here)

Hey! What's the difference between Nitro and Wave? Wave seems like a great fit for my usage.

Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python

#207

My opinion on this : * Web with python : yes, make sense, python is very friendly it's kind of the closest to no-code we can do * No benchmark : ouch, no way I am touching this without knowing, at least in the big picture, what to expect * Front-end : so this is a wrapper of Chackra UI which is itself a wrapper of React (which is the slowest framework out there) -> not really what I am looking for. I can understand t…

Any source on react being one of the slower frameworks and recommendations for alternatives? Just asking out of curiosity. I've been using Angular at work and always heard that React was a more performant framework.

Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python

#210

Earlier quoted context omitted.

JS is complicated because the browser environment is complicated. If it's going to be rendered by and live in a web browser it will either be complicated or limited in some way (like low code/no code tools).

That's not really true. It's complicated because the language is one of the worst to manage.

It's not really any worse than Python or Ruby, but you also get TypeScript which helps
Post reply on HN