Live data from Hacker News

Building a React component with TypeScript

austentalbot.com

1–2 of 2 posts

Re: Building a React component with TypeScript

#2
Nice work. But is it worth losing the advantages that JSX brings to the table with declarative UI to be able to use static typing, interfaces, etc from TypeScript? I dunno. After working fairly extensively with react in ES6 I cannot imagine having to lose the ability to use JSX.