This commit is contained in:
The 2024-06-02 17:47:57 +01:00 committed by nbats
parent 37699c188c
commit a9e56b8c54
4 changed files with 80 additions and 63 deletions

View file

@ -1097,6 +1097,17 @@
***
## TypeScript Tools
* ⭐ **[TypeScript](https://www.typescriptlang.org/)** - JS Superset
* [React Typescript Cheatsheets](https://react-typescript-cheatsheet.netlify.app) - Typescript Cheatsheet for React Devs
* [Clean Code TypeScripts](https://labs42io.github.io/clean-code-typescript) - Clean Code for TypeScript
* [Tackling TS](https://exploringjs.com/tackling-ts/toc.html) or [TypeScript Deep Drive](https://basarat.gitbook.io/typescript/getting-started) - TypeScript Guides
* [TypeHero](https://typehero.dev/) or [Type Challenges](https://github.com/type-challenges/type-challenges) - TypeScript Exercises / Challenges
* [tRPC](https://trpc.io/) - Build Typesafe TypeScript APIs
***
## Udemy Coupons
* **Note** - If you're in the US you should be able to access Udemy courses for free using your library and looking for "Gale Presents Udemy."
@ -1133,6 +1144,16 @@
***
## Vue Tools
* ⭐ **[Vue.js](https://vuejs.org/)** - JS Framework
* [NuxtJS](https://nuxt.com/) - Vue Framework / [Dev Tools](https://github.com/nuxt/devtools)
* [Arco Design](https://arco.design/vue/en-US/docs/start) or [Naive-UI](https://www.naiveui.com/) / [GitHub](https://github.com/tusen-ai/naive-ui) - Vue 3 UI Components Library
* [Vuejs Dev Tools](https://vuejs.org/) - Add Vue 3 Debugging to Browser
* [Vue vben admin](https://github.com/vbenjs/vue-vben-admin) - Vue Admin
***
## Website Creators
* ⭐ **[Hugo](https://gohugo.io/)**