Software Alternatives & Reviews

React-like components without react?

Preact.js Next.js Svelte
  1. Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM.
    Pricing:
    • Open Source
    Alternatively, if you're mainly worried about bundle size, Preact gives you all the features of React, with React-compatible code, in 3kB. I don't think it'll sufficiently change runtime performance, but it'll definitely help keep your JS tiny.

    #Javascript UI Libraries #JavaScript #Javascript Utilities & Libraries 83 social mentions

  2. A small framework for server-rendered universal JavaScript apps
    Pricing:
    • Open Source
    Preact is a pretty popular react-like library with a much smaller bundle size. Nextjs uses normal react, but allows offloading some or most of the runtime overhead by pre-rendering as a static site or server-side rendering on a nodejs server.

    #Developer Tools #Web Frameworks #JavaScript Framework 923 social mentions

  3. 3
    Cybernetically enhanced web apps
    Pricing:
    • Open Source
    I will still suggest a framework (technically it’s a language/compiler), but you should check out Svelte, Fireship made a great intro video for it.

    #Javascript UI Libraries #JavaScript Framework #JS Library 352 social mentions

Discuss: React-like components without react?

Log in or Post with