Create React App is being sunset. Now there is `create-tsrouter-app` that gives you an almost identical starting point, but with Vite and TanStack underneath the hood. JS: pnpx create-tsrouter-app your-app TS: pnpx create-tsrouter-app your-app --template typescript File Router: pnpx create-tsrouter-app your-app --template file-router Blog Post: https://react.dev/blog/2025/02/14/sunsetting-create-react-app 👉 ProNextJS Course: https://pronextjs.dev 👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ 👉 Discord server signup: https://discord.gg/ddMZFtTDa5 👉 VS Code theme and font? Night Wolf [black] and BitstromWera Nerd Font Mono 👉 Terminal Theme and font? oh-my-posh with custom prompt and BitstromWera Nerd Font Mono 00:00 Introduction 00:30 What’s Wrong With CRA? 00:56 Using Create React App 01:24 Using Create TSRouter App 02:00 A Better Starting Point 02:24 Creating A Code Route 02:54 File Based Routing 03:46 Adding Routes With Files 04:06 Where Start Fits In 04:39 Vitest Built In 04:48 Easy Tailwind Install 04:57 Routing Docs 05:04 Data Fetching 05:34 React Query 05:40 TanStack Store 05:56 Outroduction