Tag lithe

all tags
  • Lithe 7 - Apples to Apples

    Confession Time

    My performance testing methodology so far has been extremely flawed. It serves mostly as an indicator for how rigorous performance testing might go when I eventually get around to it. Which I think is reasonable, but it doesn't have to be quite so unfair to Svelte. Svelte is doing quite a lot more than Lithe, so I really shouldn't be comparing them side by side. It'd be good to re-run some earlier tests, but with the JavaScript equivalent of what Lithe is doing. Which, let's be honest, is mostly just parsing the HTML into an AST.…

  • Lithe

    Jan 03, 2022
    17 minute read

    The Motivation

    Svelte is like Rust for me in that I had heard good things for years before I even gave it a try.

    Svelte is like Rust for me in that I loved it immediately.

    It's really very simple to write in, the basic idea is engaging, and after trying it I wanted so badly for it to succeed. For context I have professional experience with vanilla JavaScript, React, and Angular. After transitioning a small app from Angular to Svelte, here were my takeaways…