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?
Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
201–210 of 329 posts
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#202Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#203Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#204Looks 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)
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#205Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#206Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#207My 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…
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#208Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#209Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#210Earlier 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.