Live data from Hacker News

Viewing profile — David-Guillot

David-Guillot

HN member
Joined
Thu, Oct 20, 2022, 12:15 PM UTC
HN karma
70
Public activity
12 items

About David-Guillot

Author of https://www.youtube.com/watch?v=3GObi93tjZI

Recent public activity

  1. comment
    Comment #45538658

    > These "we cut 70% of our codebase" claims always make me laugh. There's also a slide in my talk that presents how many JS dependencies we dropped, while not adding any new Python…

  2. comment
    Comment #45536797

    Thanks to Chris to continue challenging his comfort zone (and mine!) and sharing his impressions and learnings with us! I may be a little biased because I've been writing webapps w…

  3. comment
    Comment #42099144

    Of course, but when you'll get to build your web UI, server-side generated HTML will not be the right choice.

  4. comment
    Comment #38251709

    My feeling as an old-time "web developer" who has been bullied into becoming a "back-end dev" is: thank you, I think I know quite well the basics of standard front-end technologies…

  5. comment
    Comment #38250397

    I know so-called "senior frontend engineers" whose speciality is React, and who can't handle React. So all others... This thing (and others like Vue, let me be clear) adds many lay…

  6. comment
    Comment #38244549

    To be accurate in the past year we went from 3 to 7 in that team, and I think everyone has been using htmx at least once, and 4 of us are using it on a regular basis.

  7. comment
    Comment #38244247

    Cost. React will require you to hire a React dev to handle all the complexity. htmx will be mastered by your "back-end" devs (who actually are web devs) in less than a week.

  8. comment
    Comment #33318666

    Hi! Sorry for the delay. I'm the one who gave this talk. Yes, rendering HTML on server-side increases server load, for the simple reason that the server-side templates contain some…

  9. comment
    Comment #33317948

    As I said in my other answer: our facet filters are nothing more than hidden inputs in a form. So nobody consults "the state of multiple facet dropdowns", except htmx when it gener…

  10. comment
    Comment #33317892

    I don't see facet filters and favorites as "client-side state": to me it's "application state", changed by a user interaction. And you're right, it's related to how the state is st…

  11. comment
    Comment #33274645

    I'm the one who gave this talk, and I can assure you there is no such thing in our code. htmx just enables us to fire some JS events and react to them by triggering AJAX calls then…

  12. comment
    Comment #33273756

    Hi there ; I'm the author of the talk linked in the article. Technically you're not missing anything: htmx is nothing more than another turbolinks, maybe more flexible and easier t…