Ask HN: What are the best open source TypeScript projects I can learn from?
11–20 of 76 posts
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#12I want to ask the same question for Python and Go. I'd love to see some quality OSS using Python or Go and contribute to them if I can.
The top comment IIRC is about @tiangolo, the FastAPI guy
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#13Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#14Awesome TypeScript - https://github.com/dzharii/awesome-typescript
And here's a list of projects on GitHub tagged with the topic "TypeScript", sorted by most stars. Many build tools I see on the first page, starting with the TypeScript compiler itself - which is an impressive and interesting codebase, but it may not be so suitable for study purpose.
https://github.com/topics/typescript
You might enjoy learning from some books too.
The TypeScript Handbook - https://www.typescriptlang.org/docs/handbook/intro.html
TypeScript Deep Dive - https://basarat.gitbook.io/typescript/
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#15I want to ask the same question for Python and Go. I'd love to see some quality OSS using Python or Go and contribute to them if I can.
The best opensource projects that you'll stay interested in the medium-long term are projects you actively use. Anything else you'll get bored of.
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#16One of the best code base that I have seen, not just TypeScript.
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#17Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#18Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#19I want to ask the same question for Python and Go. I'd love to see some quality OSS using Python or Go and contribute to them if I can.
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#20I want to ask the same question for Python and Go. I'd love to see some quality OSS using Python or Go and contribute to them if I can.