Hyperflask – Full stack Flask and Htmx framework
hyperflask.dev
Hyperflask – Full stack Flask and Htmx framework
1–10 of 160 posts
Re: Hyperflask – Full stack Flask and Htmx framework
#2However, the project itself looks great. I love Htmx, although I have to admit I started looking at Datastar recently.
Re: Hyperflask – Full stack Flask and Htmx framework
#3For some reason every time project has a starfield demo, I keep looking for the speed toggle somewhere, and I also expect it to follow my mouse cursor. Maybe in the next version of the Hyperflask website! However, the project itself looks great. I love Htmx, although I have to admit I started looking at Datastar recently.
new WarpSpeed("warpdrive", { "speed": 20, "speedAdjFactor": 0.03, "density": 2, "shape": "circle", "warpEffect": true, "warpEffectLength": 5, "depthFade": true, "starSize": 3, "backgroundColor": "hsl(224,15%,14%)", "starColor": "#FFFFFF" });
Re: Hyperflask – Full stack Flask and Htmx framework
#4Re: Hyperflask – Full stack Flask and Htmx framework
#5I'll definitely keep an eye on it until it hopefully matures.
Re: Hyperflask – Full stack Flask and Htmx framework
#6Curious choice of backend python. Indeed Flask is a famous python framework but it seems it has been completely overshadowed by FastAPI. I would suggest "HyperFastAPI"
Re: Hyperflask – Full stack Flask and Htmx framework
#7For some reason every time project has a starfield demo, I keep looking for the speed toggle somewhere, and I also expect it to follow my mouse cursor. Maybe in the next version of the Hyperflask website! However, the project itself looks great. I love Htmx, although I have to admit I started looking at Datastar recently.
Re: Hyperflask – Full stack Flask and Htmx framework
#8Curious choice of backend python. Indeed Flask is a famous python framework but it seems it has been completely overshadowed by FastAPI. I would suggest "HyperFastAPI"
Versus FastAPI which is lead by a single maintainer which you can search back on HN about opinions on how he's led things.
Flask also has at time of writing only 5 open issues and 6 open PRs, while FastAPI has over 150 PRs open and 40 pages(!) of discussions (which I believe they converted most of their issues to discussions).
Lastly on the technical side, I found Flasks threaded model with a global request context to be really simple to reason about. I'm not totally sold on async Python anymore and encountered odd memory leaks in FastAPI when trying to use it.
Re: Hyperflask – Full stack Flask and Htmx framework
#9Curious choice of backend python. Indeed Flask is a famous python framework but it seems it has been completely overshadowed by FastAPI. I would suggest "HyperFastAPI"