HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mplemay97

1 karmajoined 6년 전

Submissions

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

github.com
5 points·by mplemay97·8일 전·1 comments

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

github.com
2 points·by mplemay97·5개월 전·0 comments

comments

mplemay97
·2년 전·discuss
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.