Software Alternatives & Reviews

How are you building React applications? It's time to move on from Create React App

Vite rollup.js React.run Parcel esbuild Astro Build
  1. 1
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    What about rolling your own? Most people that have only ever used CRA, Next.js, or similar tools will think that seems like a lot of work. In the past, it usually did require quite a bit of knowledge about webpack, so you aren't wrong. But tooling has come a long way, and tools like Parcel, NX, and Razzle have simplified the process. Even more recently, Vite has gained an ever-increasing market share.

    #Software Development #Web Frameworks #Developer Tools 379 social mentions

  2. Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
    Pricing:
    • Open Source
    Vite has a great plugin ecosystem because it leverages the same plugin interface as Rollup, meaning most Rollup plugins are also compatible with Vite. The Vite guide offers more reasons for why you might want to check out Vite.

    #Web Application Bundler #JS Build Tools #Front End Package Manager 44 social mentions

  3. Quick in-browser prototyping for React Components!
    Still not convinced to move on from Create React App? Even the React Docs no longer recommend Create React App for bootstrapping a new project.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 175 social mentions

  4. 4
    Blazing fast, zero configuration web application bundler
    Pricing:
    • Open Source
    What about rolling your own? Most people that have only ever used CRA, Next.js, or similar tools will think that seems like a lot of work. In the past, it usually did require quite a bit of knowledge about webpack, so you aren't wrong. But tooling has come a long way, and tools like Parcel, NX, and Razzle have simplified the process. Even more recently, Vite has gained an ever-increasing market share.

    #Web Application Bundler #Assets Bundler #JS Build Tools 102 social mentions

  5. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    "Why?" you might ask. Vite is built on top of esbuild, a Go-based bundler for the web that is 10-100x faster than other bundlers such as webpack. Vite is also platform-agnostic, so you can learn the tool and use it for many applications.

    #JS Build Tools #Web Application Bundler #Project Management 121 social mentions

  6. Astro is the web framework that you'll love to use.
    Pricing:
    • Open Source
    Astro: is a web framework that encourages the use of the island architecture and more checkout their project page for more information.

    #Website Builder #Blogging #Blogging Platform 177 social mentions

Discuss: How are you building React applications? It's time to move on from Create React App

Log in or Post with