- I started a collection of Typescript learning resources. Do you have any that you found or find useful in your career? I would love to learn and share them with others! https://open.substack.com/pub/bytebullet/p/collection-of-react-and-ts-learning 5 comments typescript
- Why would you NOT use TypeScript? https://medium.com/@jcreamer898/why-would-you-not-use-typescript-67d0baa3eaca 162 comments javascript
- Would it be smart to use Typescript in an Angular 1 project? https://www.reddit.com/r/angularjs/comments/6u26j8/would_it_be_smart_to_use_typescript_in_an_angular/ 7 comments angularjs
- help understanding this article? - If you're using React, Redux and TypeScript, you would be so happy with Elm! https://ohanhi.com/react-typescript-vs-elm.html 5 comments elm
- I've been working on a Typescript interface generator for Mongoose and would love any feedback! It reads your Mongoose schemas and generates associated Typescript interfaces to be used in your code, removing the need to maintain duplicate interfaces or rewrite your schemas with other libraries. 🚀 https://github.com/Bounced-Inc/mongoose-tsgen 3 comments node