Best of SvelteSeptember 2025

  1. 1
    Article
    Avatar of hnHacker News·31w

    React Won by Default – And It's Killing Frontend Innovation

    React's dominance stems from default adoption rather than technical merit, creating a self-perpetuating cycle that stifles frontend innovation. Alternative frameworks like Svelte, Solid, and Qwik offer superior performance through compile-time optimizations, fine-grained reactivity, and resumability, but struggle for adoption due to network effects. This monoculture creates technical debt, limits skill diversity, and slows ecosystem evolution. Breaking free requires deliberate framework evaluation based on project constraints rather than momentum, considering factors like performance needs, team skills, and long-term maintenance costs.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·32w

    Ripple: a new framework that takes the best of everything

    Ripple is a new TypeScript UI framework created by Dominic Gannaway, one of React's original creators and a lead Svelte maintainer. The framework combines the best features of React, Solid, and Svelte into a JavaScript-first approach with reactive state management using dollar sign prefixes. Key features include component-based architecture, JSX-like syntax with enhancements, built-in TypeScript support, and the ability to write JavaScript statements directly within markup. Ripple introduces new keywords like 'component' and allows flexible code organization where developers can intersperse TypeScript and markup as needed, rather than following strict file structure requirements.

  3. 3
    Article
    Avatar of astro_sourceAstro·30w

    Astro 5.14

    Astro 5.14 introduces several developer experience improvements including prerendered route collision warnings to catch routing conflicts, route patterns in getStaticPaths for complex dynamic routes, async rendering support for Svelte components, React 19 Actions integration with useActionState, and enhanced database support with libSQL for non-Node.js environments. Additional features include sitemap namespace configuration, programmatic font data access, and a new SvgComponent type for better TypeScript support.