Skip to main content

25 posts tagged with "javascript"

View All Tags

· 4 min read

It's possible to to use React with TypeScript and in my personal opinion its a must to use TypeScript with React. Using TypeScript with React gives you the advantage of strict type checking, better code readability, autocompletion, intellisense, easier refactoring and makes your code base scalable.

YouTube @cloudaffle