TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Will TypeScript replace JavaScript in development?

3 点作者 anupshinde超过 8 年前
I have used JavaScript for many years since before Angular1. Since then I have worked with Angular 1 and React. Tried a few javascript-replacement tools and never liked those. At a new implementation, I started with Angular2, didn&#x27;t like it because thinking in React is addictive. But loved TypeScript and now switched to using React+TS. I think any large web-app nowadays requires a framework (read: ecosystem) like React, Angular or others. And it feels odd and substandard to not to use development and build tools like webpack.<p>I like TypeScript for many reasons and just don&#x27;t want to code in plain JavaScript anymore. But I am concerned if TypeScript will end up dying just the way all other javascript-replacement frameworks ended.

2 条评论

smaddox超过 8 年前
This is not at all my area of expertise, so take my opinion with a grain of salt. That being said, Javascript Flow seems like a better solution than Typescript. Long term, a sandboxed low-level VM like WebAssembly will hopefully catch on and allow web devs to replace all of these not-quite-javascript languages.
rbj325超过 8 年前
TypeScript is Microsoft&#x27;s front end language. It&#x27;s not going to die off like other open source projects.