Skip to content
🪦

Create React App

AbandonedApril 2023

What was it?

Official React project scaffolding. Zero-config webpack setup that bootstrapped millions of projects.

What happened?

React team officially deprecated CRA in favor of frameworks (Next.js, Remix) and Vite. Last meaningful update April 2022.

Migration Guide

Vite (drop-in replacement for SPA), Next.js (if you need SSR), or Remix.