marko424
- Karma
- 3
- Created
- July 12, 2023 (3y ago)
- Submissions
- 0
-
TypeScript Style Guide provides a concise set of conventions and best practices used to create consistent, maintainable code. https://mkosir.github.io/typescript-style-guide/
- TypeScript – Annotation vs. Inference Help (mkosir.github.io)
- Show HN: TypeScript Style Guide (mkosir.github.io)
- Show HN: TypeScript Style Guide (github.com)
- Show HN: TypeScript and React Style Guide (github.com)
-
I think tRPC https://trpc.io/ is really nice piece of technology thats well put together for all TypeScript enthusiasts. However majority of projects I noticed is used as monorepo (mostly Nextjs), which is nice, but I…