Viewing profile — paveldedik
paveldedik
HN member- Joined
- Tue, Mar 12, 2024, 2:53 PM UTC
- HN karma
- 159
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About paveldedik
No profile information was provided.
Recent public activity
-
comment
Comment #40573280
Thank you very much, really good advice here.
-
story
Show HN: Web Development with Htmx, Type-Guided Components, Pure Python
Ludic is my personal project I started working on as I saw an opportunity to write websites in Python without the need to use template engines and write complex JavaScript (thanks …
-
comment
Comment #39788308
Thank you for the feedback, I need to improve the home page a lot. I thought I should make it as brief as possible so that people don't need to read long essays to quickly understa…
-
comment
Comment #39777398
Well, I would like it if the solution supported standard Python typing. Here I can create a "component" that expects a specific type of the first child and a specific type of the s…
-
comment
Comment #39777317
Yeah, I understand that. Now that Python 3.12 has better support for f-strings, I thought there might be a way to make it possible. But I am still not sure it will work. There is a…
-
comment
Comment #39777277
I think it is somewhat similar to React, for example, you can create a Link component like you can see in the README.md Now you can use it in f-strings, and well, other components.…
-
comment
Comment #39776200
I've been working on a lightweight framework called Ludic that focuses on web development using Python, htmx.org, and a somewhat React-like component approach. It leverages Starlet…
- story