React TypeScript Webpack - Setup From Scratch (8/8)

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

📱 Follow Codevolution

React TypeScript Webpack - Setup From Scratch
Рекомендации по теме
Комментарии
Автор

What an excellent series, thank you so much for making it.

I would love it you'd do part 9: Storybook, part 10: jest, part 11: cypress ....

rorycawley
Автор

Thank you so much for making this series! Feels good to have an understanding of how to thoroughly bundle a React app without the need of CRA

richardantao
Автор

thks a lot. I see comments saying that in 2022 this is not working, they are wrong. Everything is fine. For information, I have added the plugin ForkTsCheckerWebpackPlugin in the dev config webpack file, to enable strict type checking when compiling. This is "required" because you are using babel-loader to transpile typescript and not ts-loader.

yoyo-
Автор

As always enjoyed. Thank you, Vishwas you are doing god's work!

kristijanlazarev
Автор

Hi, I just wanted to tell you this Setup/Config series is great enjoyable. Thanks for such an great tutorials.

Dipenparmar
Автор

I really appreciate the continuity of the content!

nicolaslp
Автор

Hi Vishvas, ITt's an another amazing series. Great. thanks

ganapathilana
Автор

Thank you very much for your Webpack course, it helped me to setup my project.

LodkaGG
Автор

Watched the whole series. Thanks a lot for the setup files!

fabrizziogz
Автор

An error seems to pop up with the Copy Plugin as seen @ 3:37
The error is something like "ERROR in unable to locate '.../source' glob.

To resolve the error, add the following to webpack.common.js

new CopyPlugin({
patterns: [{ from: "source", to: "dest", noErrorOnMissing: true }],
}),

srijanmanandhar
Автор

Excellent series. Very clear and concise, and will definitely help me setup my next commercial project. Many thanks 🙏

revillsimon
Автор

Amazing video series, exactly what i needed. Thank you.

justauseruknow
Автор

Very useful course, thanks a lot! Could you maybe do an update with sass integration?

nielslytzdk
Автор

Thank you so much. Learn a lot about FE dev fundamental

idevbrandon
Автор

Thanks so much for this super useful and awesome tutorial series.

Shakeel
Автор

Thanks for this series. Much needed knowledge.

gurulabss
Автор

Thank you for this course. I really appreciate it. Could you make a course about Vue with TypeScript?

sovannarapov
Автор

Thanks you for sharing. Just minor correction: `const BundleAnalyzerPlugin =

aletuan
Автор

Thank you for providing such a detailed information. Can you please make a similar course on Vue.

PraveenKalyanker
Автор

I'd love an update to this which shows us how to introduce Jest in this environment.

matthewboyea