How to Add TypeScript to your Next.js Application

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Saved my life dude. I was wondering with tsx was not showing any errors.

andrewpagan
Автор

I need to try this out. Thanks for the video!

JamesQQuick
Автор

This seems fairly simple to get up and running. I haven't used TypeScript just yet, but wanted to experiment. Thanks.

SivakD
Автор

Really succinct and using the simple example helps a lot -my top video to share with others when they want to add TS to their NextJS app

DanhWasHere
Автор

Please make a video or small playlist about typescript for beginners

EVA_Hamza
Автор

Great video, but i have a doubt, is it possible to have a project with pages on javascript and other with typescript?

torricoescobarpietro
Автор

Can the index.js file be updated to .thx? Or should that remain a .js file

michaelalls
Автор

I love your keyboard sound, what do you use?

lupanama
Автор

how to change next js project from typescript to javascript?

rebazjabar
Автор

muchas gracias bro
i hope you undestand spanish jajaja

WilCODE_
Автор

"are you still writing javascript? stop it" 😂😂😂

rujingwang
Автор

This video needs a big warning: I'M NOT USING YARN! REPEAT I'M NOT USING YARN! You fail to mention the dire consequences between an npm install versus a Yarn install of a Next app. Node Modules is a horrible albatross on a project, but TypeScript works swimmingly out of the box with it. Try this and set up with Yarn (hint: there's no node modules folder. hell incoming)

AirborneTrojan