Tuesday 27 February 2024

Show HN: Mountaineer – Webapps in Python and React https://bit.ly/3URc1el

Show HN: Mountaineer – Webapps in Python and React Hey HN, I’m Pierce. Today I’m open sourcing a beta of Mountaineer, an integrated framework for building webapps in React and Python. I’ve written a good 25+ webapps over the last few years in almost every major framework under the sun. Python and React remain my favorite. They let you get started quickly and grow to scale. But the developer experience of linking these two worlds remains less than optimal: — Sharing typehints and schemas across frontend and backend code — Scattered fetch() calls to template data and modify server objects — Server side rendering / gateway support — Error handling on frontend fetches Mountaineer is an attempt to solve those problems. I didn’t want to re-invent the wheel of what Python and React are good at, so it’s relatively light on syntax. It provides one frontend hook for React apps and introduces a MVC convention on the backend for managing views. Support files are generated progressively through a local watcher, so IDE type-hints and function calls work out of the box. It’s more intuitive to explain with some code, so pop over to the Github if you’re interested in this stack and taking a look: Github: https://bit.ly/3uCNleY More context: https://bit.ly/3UVYimr... Would love to hear your thoughts! https://bit.ly/3uCNleY February 27, 2024 at 03:59PM

No comments:

Post a Comment