Ask HN: What are the best open source TypeScript projects I can learn from?
41–50 of 76 posts
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#42I 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?
#43* https://github.com/excalidraw/excalidraw * https://github.com/calcom/cal.com * https://github.com/supabase/supabase * https://github.com/appwrite/appwrite * https://github.com/n8n-io/n8n * https://github.com/appsmithorg/appsmith * https://github.com/directus/directus * https://github.com/Budibase/budibase
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#44I 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?
#45Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#46Depends whether you actually want to learn TypeScript or just how to consume it. More than 90% of TypeScript code I've seen is not actually taking advantage of TypeScript's static analysis capabilities to write safer more scalable code and is instead just being used as glorified autocomplete. If you actually want to learn, then take a look at the implementation for stuff like Zod: https://github.com/colinhacks/zod/tr…
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#47I work on Linen https://github.com/Linen-dev/linen.dev its an open source Slack alternative. Its a full stack typescript app. We do a mono repo with typesharing between both client and backend. If you are looking for a realworld typescript SAAS app this would be good
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#48Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#49Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#50Depends whether you actually want to learn TypeScript or just how to consume it. More than 90% of TypeScript code I've seen is not actually taking advantage of TypeScript's static analysis capabilities to write safer more scalable code and is instead just being used as glorified autocomplete. If you actually want to learn, then take a look at the implementation for stuff like Zod: https://github.com/colinhacks/zod/tr…