HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mplemay97

1 カルマ登録 6 年前

投稿

Show HN: Belgie – Run TypeScript from Python in an Embedded Deno Sandbox

github.com
5 ポイント·投稿者 mplemay97·9 日前·1 コメント

Show HN: Gdansk – Generate React front ends for Python MCP servers

github.com
2 ポイント·投稿者 mplemay97·5 か月前·0 コメント

コメント

mplemay97
·2 年前·議論
Agreed. As someone who primarily develops in python, I recently tried this exact same stack as a way of avoiding the inevitable (i.e. learning typescript). After dealing with the complexity of interleaving templates, overly complex information flows, etc. I copied some of the html from the jinja templates I created into a svelte project, added openapi-typescript to glue it all together, and moved on. While I am by no means a fan of typescript and modern web development, it is much easier build things given the extensive ecosystem. And if nothing else, the “frontend” is separate all of the core logic, which makes things easier to understand.