DEV Community

Cover image for TypeScript Documentary: the Web evolved with types!
Lucas Menezes
Lucas Menezes

Posted on

17 2 1 2 1

TypeScript Documentary: the Web evolved with types!

Hey Devs!

I watched the TypeScript Documentary (rating 8/10)

I'm here to share my thoughts.

TypeScript currently helps a lot of people.

VS Code, React, Angular, Vue, Google, Airbnb, Meta, Yarn, Vercel, Deno, ES Lint, Slack, GitHub, Microsoft and several other companies (yours probably), frameworks and dev tools uses TypeScript.

It's a necessary evolution for the Web - it would happen one time or another - Flow failed, Dart followed other paths, and AtScript merged with TypeScript.

TypeScript benefited the entire Web.

Why TypeScript?

Simple:

1) Adds static typing to JavaScript language and increases programming security, as we can identify errors before running the code;

2) Transpiles code (Converts TypeScript code into compatible JavaScript. That is, it uses the latest features of ECMAScript, such as classes, arrow functions, async/await and modules, which are not available in older versions of JavaScript. TypeScript transpiles .ts code into JavaScript compatible with older versions, such as ES5, to work in browsers and environments that do not support the latest ECMAScript features);

3) Integrates into MANY tools and IDEs;

4) Helps the TC39 working group specify and define new standards for JavaScript;

5) It is built collaboratively under the open source community.

What motivated?

Many Software Engineers needed to scale JavaScript, but a few years ago it was impractical to work efficiently with multiple people on a team using pure JavaScript.

They found the best solutions, leaving aside the Meta x Google x Microsoft competition.

In a healthy (and intelligent) way, Satya Nadella management embraced open source in MS's business model and supported the TypeScript working group, which today is an open source project that benefits the entire Web platform.

Watch the TypeScript Docucmentary!

It's a class about the Web as a platform.

*** Rating 8/10 because it only showed elite Devs, it failed to show the common Devs who help with the project.

Video - TypeScript Documentary:

Link - TypeScript Website: https://www.typescriptlang.org/

I hope you enjoy it!

SurveyJS custom survey software

Simplify data collection in your JS app with a fully integrated form management platform. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more. Integrates with any backend system, giving you full control over your data and no user limits.

Learn more

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay