Create stateful React Components using TypeScript

Share this video with your friends

Send Tweet

You can create stateful React Components in TypeScript by extending from the React.Component class. This parent class takes two generic parameters, Props and State.

This lessons shows these generic parameters and React.Component in action

John Korzhuk
~ 8 years ago

Out of curiosity, @1:45. What are those two letters appearing on everything?

Basarat Ali Syedinstructor
~ 8 years ago

Its called jumpy and comes with http://alm.tools/

Allows you to jump at a particular point in the file quickly 🌹