TypeScript's type system is very powerful. To make it compatible with the previously untyped code in JavaScript, there had to be a lot of tools for dealing with oddly shaped data. Not all of them are needed, or wise, when doing type-first development.
Share this post
Writing TypeScript without worrying about…
Share this post
TypeScript's type system is very powerful. To make it compatible with the previously untyped code in JavaScript, there had to be a lot of tools for dealing with oddly shaped data. Not all of them are needed, or wise, when doing type-first development.