Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Also everything I've read from the author http://staltz.com/ I either agreed with (http://staltz.com/all-js-libraries-should-be-authored-in-typ...) or found really illuminating (http://staltz.com/unidirectional-user-interface-architecture...).


sort by: page size:




Worth mentioning TypescriptToLua here I think.

https://typescripttolua.github.io/


Ah, and there is at least one PR specifically for it: https://github.com/Microsoft/TypeScript/pull/25716

There's also this one (not official)

https://basarat.gitbook.io/typescript/


Source code (in TypeScript) here: https://github.com/inkandswitch/peritext

You might want to give this a look: https://github.com/Microsoft/TypeScript


Just adding a link for myself: https://github.com/Microsoft/TypeScript

There is a typescript example on their page:

https://github.com/zeit/next.js/tree/master/examples/with-ty...



seems like the code in the docs [0] is typescript

[0] https://remix.run/docs/en/v1/tutorials/blog


If it helps, I think this is the main source of misinformation:

https://startfunction.com/deno-will-stop-using-typescript/

It featured on HN some time back:

https://news.ycombinator.com/item?id=23592483


I work at an all typescript shop and I really recommend checking out https://github.com/xojs/eslint-config-xo-typescript#readme as this is a full time open source developer that has to field all kinds of PR's from strangers. So it saves them time if the linter flags things they're trying to avoid.

https://www.typescriptlang.org/docs/handbook/react-&-webpack... now redirects to https://webpack.js.org/guides/typescript/. It is a shame because this page was really well written.

Typescript is still one of the few languages where the official website is the best place to learn about it.



We are working on this here:

https://github.com/angular/tsickle

It's already used within Google to effectively optimize TypeScript apps. However, someone still needs to write the integrations between tsickle and the multitude of public JS build systems and there's not a lot of pressure on me to do it (I have lots of other work to do).


here's an link[0] to a comparison with react, angular 1 and others.

[0] - https://vuejs.org/v2/guide/comparison.html

next

Legal | privacy