Story Details

  • Show HN: Nue – Apps lighter than a React button

    Posted: 2025-04-01 05:47:41

    Nue.js is a new JavaScript framework focusing on extreme performance and minimal bundle size for complex web apps. It achieves this through a reactive core inspired by SolidJS and Svelte, compiling templates to optimized vanilla JavaScript, and offering built-in features like routing, state management, and SSR. The blog post demonstrates Nue's efficiency by showcasing a full-featured to-do MVC app with a bundle size smaller than a single React button, while maintaining excellent performance metrics. This makes it particularly suitable for situations where performance and low bandwidth consumption are critical, such as mobile-first development and slow networks.

    Summary of Comments ( 308 )
    https://news.ycombinator.com/item?id=43543241

    Hacker News users discussed the performance benefits of Nue.js, particularly its small bundle size compared to React. Some expressed skepticism about the benchmark methodology and questioned whether the "lighter than a React button" claim held true in real-world scenarios. Others were interested in the framework's approach and appreciated its focus on simplicity and performance. Several commenters pointed out the difficulty of comparing frameworks based on microbenchmarks and emphasized the importance of overall developer experience and ecosystem maturity. The lack of TypeScript support was also mentioned as a potential drawback. A few users discussed the tradeoffs between using a smaller, less mature framework like Nue.js versus a more established option like React, Svelte, or Preact.