Introduction to the Node.js reference architecture, Part 8: TypeScript

2 · Red Hat · April 11, 2022, 7:24 a.m.
One of the key choices you make when building an enterprise Node.js application is whether to use plain JavaScript or a dialect that supports type validation. While participating in the Node.js reference architecture effort, we've pulled together many internal Red Hat and IBM teams to discuss our experience with using both plain JavaScript and TypeScript. Our projects seem to be split between the two, and it's often "love it or hate it" when using types with JavaScript. TypeScript is in widespre...