React 18 & TypeScript | How to Enable TypeScript in React 18

preview_player
Показать описание

In this video, I'm going to show you how to get TypeScript working with React 18 alpha.

I'll show you how to use Create React App (CRA) and Vite with React 18 and TypeScript.
_____________________________________

💻 Visit CodingPhase and get unlimited access to programming courses plus 20% 0FF!!
_____________________________________

🛠️ Tools I use:
_____________________________________

💖 Show support!
_____________________________________

👀 Watch Next:
_____________________________________

🌐 Connect With Me:
_____________________________________

** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.

#codeSTACKr #React #TypeScript
Рекомендации по теме
Комментарии
Автор

Now that's SPEED which we really miss in the world of web-development. Thanks to esbuild & swc devs for working hard on making it better

krtirtho
Автор

You should look into making a video on SolidJS :)

ariseyhun
Автор

One thing to note as of now. Vite now has the command "npm init vite" instead of "npm init @vitejs/app".
Also, why not update @types/react and @types/react-dom 🤔. That way maybe we don't need to mess with the tsconfig.

MaxProgramming