Best of SvelteSeptember 2023

  1. 1
    Article
    Avatar of svelteSvelte Blog·3y

    Introducing runes

    Svelte is a web UI framework that uses a compiler to turn declarative component code like this... into tightly optimized JavaScript that updates the document when state likecount changes. The new features are opt-in — your existing components will continue to work. We don't yet have a release date for Svelter 5.

  2. 2
    Article
    Avatar of devtoDEV·3y

    Why not React?

    React’s streaming has interesting flaws, and the official RSC implementation ain’t exactly fast Low-end devices remain stubbornly stagnant. The intro became more relevant than I could have possibly known when I wrote it. I once planned a rewrite, but I’m burnt out and can't be arsed.

  3. 3
    Article
    Avatar of asayerasayer·3y

    Exploring Million.js, a high-performance web framework

    Million.js is a minimalistic JavaScript framework designed to handle DOM elements efficiently. Million.js uses a granular approach by updating only the necessary parts of the DOM. The Block virtual DOM is based on the concept of Blockdom, which facilitates virtual DOM diffing for re-rendering the actual DOM.