Ask HN: What are the best open source TypeScript projects I can learn from?
21–30 of 76 posts
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#22Zapatos, check out how it does type safe querying. Very impressive work and shows that typescript’s type model has a lot of power.
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#23Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#24Fp-ts and io-ts, best examples of what functional programming along with strict type safety can achieve. The source code is a pleasure to read and explore
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#25https://github.com/prettydiff/share-file-systems
Selling points:
* No frameworks and minimal dependencies
* The GUI loads in the browser with full state restoration in about 260ms in Chrome.
* Full peer to peer file system access
* Original WebSocket service support faster than the popular NPM packages (ws, socket.io)
* Peer-to-peer end-to-end test automation in the browser that is faster and easier than the big browser test automation applications (puppeteer, playwrite)
* I am currently working on a streaming command terminal for the browser for support for for things like vim and irssi. The current experimental terminal only supports basic command input/output
Re: Ask HN: What are the best open source TypeScript projects I can learn from?
#26I 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?
#27I 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?
#28tRPC, because you can learn a lot of type-inference tricks using generics and proxies https://github.com/trpc/trpc