Live data from Hacker News

Viewing profile — leonardopainter

leonardopainter

HN member
Joined
Tue, Mar 01, 2022, 10:14 AM UTC
HN karma
8
Public activity
12 items

About leonardopainter

No profile information was provided.

Recent public activity

  1. comment
    Comment #30513053

    Well, I think when they moved away, they also increased the complexity of their applications as well.

  2. comment
    Comment #30513009

    My library (see other comments) has components that are about half the amount of code as react or solid and in pure javascript. The javascript shows exactly was is happening, as op…

  3. comment
    Comment #30512944

    In terms of the placeholders in JSX, no they are escaped.

  4. comment
    Comment #30512857

    https://developer.mozilla.org/en-US/docs/Web/API/Element/inn...

  5. comment
    Comment #30512813

    One reason is probably that creating UIs programmatically was historically very cumbersome in JavaScript due to various issues that are no longer relevant. That means everything ha…

  6. comment
    Comment #30512742

    Using template literals to represent html is a security issue. If the state comes from the user, they can add script tags into the html. People try to solve this with tagged templa…

  7. comment
  8. comment
    Comment #30512673

    That isn't a solution. Everybody moved away from this approach for web applications for good reasons.

  9. comment
    Comment #30512575

    The problems with knockout were: very hacky syntax embedded into html. Sometimes you had to even use some kind of comment notation because there was no entry point into the html to…

  10. comment
    Comment #30512534

    >If a linter is required to tell me when I'm writing a bug that is not immediately obvious, that is a failing in the framework to round those edges. Lints are not rounded edges! Th…

  11. comment
    Comment #30512442

    >The reason _why_ React has a virtual DOM is to enable more interesting relationships between your data and your presentation. Anyone can make a framework that makes the source cod…

  12. comment
    Comment #30512266

    This article points out how ridiculous React is. This is just a simple timer, yet there are so many things you can get wrong. This article doesn't seem to even clear the interval s…