Back to blog
NotesJul 15, 2026

Turbopack and the End of CRA

What tooling stack to recommend today

Create React App is dead. Turbopack by default, React Compiler in Rust, persistent cache, and memory eviction: what's changing in Next.js tooling in 2026.

linkedinnextjsturbopackreact-compilertoolingfrontend

Share this post

Turbopack and the End of CRA

Create React App is dead. The question isn't "do I use it or not" anymore — it's "what do I replace it with?"

⚡ Turbopack is now the default in new Next.js projects — it starts in seconds where CRA took minutes

🦀 It ships a Rust-based version of the React Compiler, so even manual memoization isn't safe from the migration

💾 Persistent cache between builds makes the second deploy of the day feel almost instant

🧹 Memory eviction means you no longer have to restart the server every couple hours during long dev sessions

If you ask me today what stack to recommend for starting a project, the answer has completely changed from a year ago.

Still have a project on CRA? Tell me how the migration's going.