正在加载视频...

视频加载失败

⚛️ How to use TypeScript type predicates in React to create a more robust, type-safe, and maintainable component. (this pattern is particularly useful when dealing with discriminated unions or when you need to narrow types based on runtime checks)

29,508 次观看 • 1 年前 •via X (Twitter)

5 条评论

George Moller 的头像
George Moller1 年前

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics and 70+ video tutorials just like this one. Check them out ↓

Andre de Waard 的头像
Andre de Waard1 年前

We don’t need this since TS 5.5 right?

Prasenjit 的头像
Prasenjit1 年前

Thank you for the check, it's going to be useful.

Pavel Romanov 的头像
Pavel Romanov1 年前

Strange, I've just tested it in TS playground and stackblitz React playground and it narrows the type correctly (with the latest TS version). Maybe it is a problem of some older TS version or less strict TS complier config?

Davide Briano 的头像
Davide Briano1 年前

This is automatically narrowed with the latest TS version now 👌🏻

相关视频