Sunsetting Create React App

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. create-react-app

    Set up a modern web app by running one command.

    Pleased to say I had a meaningful hand in this :) As some background, this finally happened because:

    - React 19 broke CRA

    - I griped about it loudly on Bluesky (https://bsky.app/profile/acemarke.dev/post/3lggg6pk7g22o) and that started a long debate

    - I filed an umbrella issue describing the specific breakage and recommending an actual official deprecation announcement (https://github.com/facebook/create-react-app/issues/17004)

    - The React team finally took action to fix the CRA breakage, then wrote the blog post, updated the setup docs page, and redid the docs SEO to get Google to stop showing the legacy docs as a search result.

    So, kudos to the React team for making meaningful changes here!

    (It's not _exactly_ what I was hoping for, and I gave them some additional review feedback that they didn't include, but gotta give credit for the actual changes and steps forward!)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    You might be interested in Astro (https://astro.build/), I've build my first project with it, and it's great to somewhat go back to basics, but without needing to set up my own server with templating and tasks for static assets, etc...

  4. recompose

    Discontinued A React utility belt for function components and higher-order components.

    React was literally first created in ML out if the author's dislike of MVC, who preferred functional programming and immutability. For a long time, react aspired for its future to be in ReasonML.

    Hooks came as no surprise to anyone who paid attention, as the recommended way to write components since at least 2016 was in the stateless functional style whenever possible, and many of us used recompose[1] to simulate hooks long before their introduction.

    [1] https://github.com/acdlite/recompose

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Astro framework lowers competitors by ~40% on performance graph to looks better

    7 projects | news.ycombinator.com | 5 Jul 2023
  • Should i use NextJS for a blog site or just use some platform like Wix?

    3 projects | /r/nextjs | 18 Jun 2023
  • The new wave of React state management

    7 projects | /r/javascript | 2 Jul 2022
  • Large React Site

    2 projects | /r/reactjs | 26 Apr 2022
  • How to Upgrade to React 18

    4 projects | dev.to | 20 Apr 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?