Viewing profile — pelme
pelme
HN member- Joined
- Tue, Jul 24, 2012, 8:40 PM UTC
- HN karma
- 9
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About pelme
No profile information was provided.
Recent public activity
-
comment
Comment #46218272
htpy supports passing data between multiple levels components with its context (very similar to React): https://htpy.dev/usage/#passing-data-with-context
-
comment
Comment #42779942
(I am the maintainer of htpy). We use htpy for a big project with a lot of complex components/pages. We have yet to see htpy being a problem for performance reasons. For us, the pe…
-
comment
Comment #41118622
htpy recently got a html2htpy command which can convert HTML to htpy code: https://htpy.dev/html2htpy/
-
comment
Comment #41108725
Thanks, that makes sense! :)
-
comment
Comment #41108692
In our company, where htpy was born, we are building a highly interactive application with htpy combined with Alpine.js+htmx. We have a couple of thousands lines of htpy code in pr…
-
comment
Comment #41107485
Thanks for making FastHTML, it is great to see more Python tooling that embraces Python for generating HTML. What made you build FastTag instead of going with htpy? I am the author…
-
comment
Comment #40491852
We have been doing something similar with https://htpy.dev the last ~6 months.
-
comment
Comment #40187783
Writing out the code to generate this may not be easier than using templates, but it is not really harder either. I think it mostly looks a little different. The real benefit is us…
-
story
Show HN: Htpy – generate HTML from Python without templates
I built a library that to generate HTML from Python. We have been using this library with Django the last couple of months instead of classic templates and find it to be productive…
-
comment
Comment #39789100
Python's inline if's still read backwards to me and it would be nice to switch the order. But we are kind of stuck with it. I also don't want to introduce new control structures in…
-
comment
Comment #39783839
This looks great! Building HTML on the server with static types and htmx is a very productive combination! At work, we have been exploring alternatives to templates in our Django p…