DEV Community

Discussion on: static type JavaScript

Collapse
 
vonheikemen profile image
Heiker

Haven't use either but i think typescript has a much bigger community, which in turn means is easier to find libraries that are build with typescript or have better support for it via type files.

If you install a typescript language server you can use it in sublime with this plugin.

Collapse
 
chuksfestus profile image
Chuks Festus

Yea that was what I noticed first but then I also heard flow has great react support

Collapse
 
vonheikemen profile image
Heiker

create-react-app added support for typescript, it is my undestanding that the team behind create-react-app doesn't add features based on hype. At the very least typescript's integration with react should be as good as flow.

Thread Thread
 
chuksfestus profile image
Chuks Festus

Oh great

Thread Thread
 
cheshireswift profile image
☕ツ

Having used both on a few React projects, Typescript + React is absolutely fine.