DEV Community

Discussion on: dev.to with a TypeScript or Flow frontend codebase?

Collapse
 
nickytonline profile image
Nick Taylor

Glad to hear your moving to TypeScript. Not sure about intellisense with prop types, but even if it did work, that only covers props in React, not the rest of your codebase.

Collapse
 
wolfhoundjesse profile image
Jesse M. Holmes

My bias comes from starting with Angular, but I've used it for simple projects, too. I feel like I tell this story all the time. Is VanillaTS a thing now?

Thread Thread
 
nickytonline profile image
Nick Taylor

I started with TypeScript (TS) using a custom front-end library light years ago (late fall 2014). At that time VS Code did not support extensions! Crazy times. After that all my professional TS experience was/is in Node/React. YOLO