Live data from Hacker News

Viewing profile — paveldedik

paveldedik

HN member
Joined
Tue, Mar 12, 2024, 2:53 PM UTC
HN karma
159
Public activity
8 items

About paveldedik

No profile information was provided.

Recent public activity

  1. comment
    Comment #40573280

    Thank you very much, really good advice here.

  2. 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 …

  3. 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…

  4. 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…

  5. 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…

  6. 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.…

  7. 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…

  8. story