Hacker News
- TySON: TypeScript Object Notation. Use TS as an embeddable config language. https://github.com/jetpack-io/tyson 3 comments
- typescript functions when using axios http://response.data 11 comments typescript
- React docs: new "Using TypeScript" usage guide page! https://react.dev/learn/typescript 29 comments reactjs
- Levelling up in chess is just as cool as levelling up in React! I present to you: Spicy Chess - a tactics training app. Built using NextJS, TypeScript, Redux Toolkit and Styled Components. I'd love to hear your feedback! https://spicychess.com 2 comments reactjs
- Making sense of TypeScript using set theory https://blog.thoughtspile.tech/2023/01/23/typescript-sets/ 9 comments javascript
- Making sense of TypeScript using set theory https://blog.thoughtspile.tech/2023/01/23/typescript-sets/ 8 comments typescript
- Running Typescript scripts in node using esbuild https://www.jonathancreamer.com/running-typescript-scripts-in-node-using-esbuild/ 7 comments javascript
- How I created a desktop app with Elm and TypeScript using Tauri (a new Rust-based replacement for Electron.js) https://kickstartcoding.com/learning-center/articles/building-debug-trainer-deskop-app-tauri/ 5 comments programming
- I built a toy programming language using Typescript https://github.com/DylanSp/wheel-lang 6 comments typescript
- I created an open-source procedural dungeon generator and editor using TypeScript and React https://www.reddit.com/r/gamedev/comments/kwq0rp/i_created_an_opensource_procedural_dungeon/ 9 comments gamedev
- typescript best practices - redefine type vs use existing types' parameters https://www.reddit.com/r/typescript/comments/kpkv4k/typescript_best_practices_redefine_type_vs_use/ 19 comments typescript
- Why You Should Use TypeScript in 2020 https://serokell.io/blog/why-typescript 30 comments webdev
- What’s Structural Typing And How Typescript Uses It To Its Benefit? https://medium.com/@mahdighajary/whats-structural-typing-and-how-typescript-use-it-to-its-benefit-6cf491f1564?source=friends_link&sk=e0265b7bf135cc7e5d912d9e74d57afb 2 comments angularjs
- Using Redux Toolkit’s createReducer with React Context and TypeScript https://jacobwicks.github.io/2020/08/16/use-redux-toolkit-createreducer-with-react-context-and-typescript.html 3 comments reactjs
- Reflecting business logic rules into the domain models using typescript by Mohsen Sareminia https://www.reddit.com/r/typescript/comments/i2j9tg/reflecting_business_logic_rules_into_the_domain/ 3 comments typescript
- Use Vim as a TypeScript IDE https://spacevim.org/use-vim-as-a-typescript-ide/#.xpsb7hnfiw0.reddit 23 comments typescript
- Learning and Using TypeScript as an App Dev and a Library Maintainer https://blog.isquaredsoftware.com/2019/11/blogged-answers-learning-and-using-typescript/ 5 comments reactjs
- You can use void in JavaScript and TypeScript https://fettblog.eu/void-in-javascript-and-typescript/ 12 comments node
- Using full stack TypeScript to win a Hackathon https://medium.com/@eliezer/how-to-win-a-hackathon-c50413500741 3 comments typescript
- Using Typescript to make invalid states irrepresentable http://www.javiercasas.com/articles/typescript-impossible-states-irrepresentable 60 comments programming
- How do you know which types to use in a React typescript project? https://www.reddit.com/r/reactjs/comments/b32aoy/how_do_you_know_which_types_to_use_in_a_react/ 3 comments typescript
- graphql-typed-client: A tool which automatically generates TypeScript interfaces and a client library for any GraphQL endpoint. The client allows writing GraphQL requests using Javascript instead of GraphQL strings https://www.npmjs.com/package/graphql-typed-client 3 comments javascript
- You can use Typescript using JSDoc https://itnext.io/be-type-strict-without-typescript-296565483bfd 3 comments javascript
- Using typescript declaration files with JSDoc, anybody got a good workflow? https://www.reddit.com/r/javascript/comments/aezwdh/using_typescript_declaration_files_with_jsdoc/ 4 comments javascript
- Use TypeScript to Build a Node API with Express https://developer.okta.com/blog/2018/11/15/node-express-typescript 7 comments node
- Use TypeScript to Build a Node API with Express https://developer.okta.com/blog/2018/11/15/node-express-typescript 6 comments typescript
- Use Static Factory Methods Instead of Constructors in TypeScript https://blog.joefallon.net/2018/11/use-static-factory-methods-instead-of-constructors-in-typescript/ 16 comments typescript
- Typescript with Node: Should I use ts-node or tsc & node? https://www.reddit.com/r/typescript/comments/8vkvzy/typescript_with_node_should_i_use_tsnode_or_tsc/ 12 comments typescript
- Why use TypeScript, good and bad reasons https://medium.com/@wittydeveloper/why-use-typescript-good-and-bad-reasons-ccd807b292fb 8 comments typescript
- How I modified TypeScript to use Dragons instead of Semicolons 🐉 https://blog.angularindepth.com/instead-of-semicolons-what-if-you-could-code-with-dragons-df5d0a4ef4ee 2 comments typescript
- Is using Typescript just for interfaces overkill? https://www.reddit.com/r/typescript/comments/73lqgd/is_using_typescript_just_for_interfaces_overkill/ 19 comments typescript
- A starter template for TypeScript and Vue with a README describing how to use the two together. https://github.com/microsoft/typescript-vue-starter 3 comments typescript
- Should I use the built in linter in Typescript 2 or TSLint? https://stackoverflow.com/questions/44260905/should-i-use-the-built-in-linter-in-typescript-2-or-tslint 9 comments typescript
- Using GraphQL with Typescript? https://github.com/chentsulin/awesome-graphql#example-ts 6 comments typescript
- Why use TypeScript instead of just using JavaScript? https://www.davevoyles.com/2016/02/17/why-use-typescript/ 10 comments dotnet
- If TypeScript is a superset of ECMAScript but ECMAScript ends up using some of the same keywords for different purposes in the future, what will happen? https://www.reddit.com/r/typescript/comments/5gwm3s/if_typescript_is_a_superset_of_ecmascript_but/ 5 comments typescript
- Thinking about using TypeScript, have questions about dealing with API responses https://www.reddit.com/r/typescript/comments/55ed6g/thinking_about_using_typescript_have_questions/ 9 comments typescript
- How does Angular 2 use TypeScript for Automatic Dependency Injection? http://nicholasjohnson.com/blog/how-angular2-di-works-with-typescript/ 5 comments angularjs
- Using Babel With TypeScript – You DON’T Have To Choose One! http://gurustop.net/blog/2015/10/27/babel-typescript-compiler-gulp 12 comments typescript
- What I learnt from using TypeScript “for real” http://www.developerhandbook.com/2015/05/25/what-i-learnt-from-using-typescript-for-real/ 15 comments typescript