Hacker News new | ask | show | jobs
by tymonPartyLate 1144 days ago
It's a beautiful project and close to the Holy grail of fullstack software development (a single framework for building modern Web apps).

But, be advised that it's not production ready and quite unstable yet.

this week my deploy script was broken because version 0.1.26 was un-released. Which broke my docker file build with pinned dependencies.

The file upload component was changed a few times so my UI with file uploads silently stopped working.

I had some issues when state binding input components. Which lead to the backspace key no longer working inside a text box.

The websocket state updates can make the ui feel sluggish.

Despite all that, I love this framework and will continue tinkering with it. It hope it can grow to maturity before people lose interest!

1 comments

For a full-stack framework I'd take something Typescript-based now, because TS has better static typing than Python currently (with all due respect to mypy), and the async story of JS is much easier than that of Python. And also the JIT.

But it's interesting to see that Python is able to advance so much in this direction; I hope it will continue.

Any typescript frameworks you recommend?
E.g. Next.js is fine.